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