| Package | Description |
|---|---|
| org.jsimpledb.change |
Classes passed to
@OnChange-annotated methods. |
| Modifier and Type | Class and Description |
|---|---|
class |
ListFieldAdd<T,E>
Notification object that gets passed to
@OnChange-annotated methods
when an element is added to a list field. |
class |
ListFieldClear<T>
Notification object that gets passed to
@OnChange-annotated methods
when a list field is cleared. |
class |
ListFieldRemove<T,E>
Notification object that gets passed to
@OnChange-annotated methods
when an element is removed from a list field. |
class |
ListFieldReplace<T,E>
Notification object that gets passed to
@OnChange-annotated methods
when an element is replaced in a list field. |
| Modifier and Type | Method and Description |
|---|---|
protected <T> R |
ChangeAdapter.caseListFieldChange(ListFieldChange<T> change)
Internal roll-up method.
|
Copyright © 2017. All rights reserved.