| Package | Description |
|---|---|
| org.jsimpledb.change |
Classes passed to
@OnChange-annotated methods. |
| Modifier and Type | Class and Description |
|---|---|
class |
SetFieldAdd<T,E>
Notification object that gets passed to
@OnChange-annotated methods
when an element is added to a set field. |
class |
SetFieldClear<T>
Notification object that gets passed to
@OnChange-annotated methods
when a set field is cleared. |
class |
SetFieldRemove<T,E>
Notification object that gets passed to
@OnChange-annotated methods
when an element is removed from a set field. |
| Modifier and Type | Method and Description |
|---|---|
protected <T> R |
ChangeAdapter.caseSetFieldChange(SetFieldChange<T> change)
Internal roll-up method.
|
Copyright © 2017. All rights reserved.