T
- the type of the object containing the changed fieldpublic abstract class SetFieldChange<T> extends FieldChange<T>
@OnChange
-annotated methods
when a set field changes.Modifier | Constructor and Description |
---|---|
protected |
SetFieldChange(T jobj,
int storageId,
String fieldName)
Constructor.
|
equals, getFieldName, getStorageId, hashCode
protected SetFieldChange(T jobj, int storageId, String fieldName)
jobj
- Java object containing the set field that changedstorageId
- the storage ID of the affected fieldfieldName
- the name of the field that changedIllegalArgumentException
- if jobj
or fieldName
is nullCopyright © 2019. All rights reserved.