| Package | Description |
|---|---|
| org.jsimpledb.change |
Classes passed to
@OnChange-annotated methods. |
| Class and Description |
|---|
| Change
Object change notification.
|
| ChangeSwitch
Visitor pattern interface for the
Change class hierarchy. |
| FieldChange
Notification object that gets passed to
@OnChange-annotated methods
when a field changes. |
| ListFieldAdd
Notification object that gets passed to
@OnChange-annotated methods
when an element is added to a list field. |
| ListFieldChange
Notification object that gets passed to
@OnChange-annotated methods
when a list field changes. |
| ListFieldClear
Notification object that gets passed to
@OnChange-annotated methods
when a list field is cleared. |
| ListFieldRemove
Notification object that gets passed to
@OnChange-annotated methods
when an element is removed from a list field. |
| ListFieldReplace
Notification object that gets passed to
@OnChange-annotated methods
when an element is replaced in a list field. |
| MapFieldAdd
Notification object that gets passed to
@OnChange-annotated methods
when a new key/value pair is added to a map field. |
| MapFieldChange
Notification object that gets passed to
@OnChange-annotated methods
when a map field changes. |
| MapFieldClear
Notification object that gets passed to
@OnChange-annotated methods
when a map field is cleared. |
| MapFieldRemove
Notification object that gets passed to
@OnChange-annotated methods
when a key/value pair is removed from a map field. |
| MapFieldReplace
Notification object that gets passed to
@OnChange-annotated methods
when the value in a key/value pair is replaced with a new value. |
| ObjectCreate
Change notification that indicates a new object has been created.
|
| ObjectDelete
Change notification that indicates an object has been deleted.
|
| SetFieldAdd
Notification object that gets passed to
@OnChange-annotated methods
when an element is added to a set field. |
| SetFieldChange
Notification object that gets passed to
@OnChange-annotated methods
when a set field changes. |
| SetFieldClear
Notification object that gets passed to
@OnChange-annotated methods
when a set field is cleared. |
| SetFieldRemove
Notification object that gets passed to
@OnChange-annotated methods
when an element is removed from a set field. |
| SimpleFieldChange
Notification object that gets passed to
@OnChange-annotated methods
when a simple field changes. |
Copyright © 2017. All rights reserved.