| Package | Description |
|---|---|
| org.jsimpledb.change |
Classes passed to
@OnChange-annotated methods. |
| Modifier and Type | Class and Description |
|---|---|
class |
FieldChange<T>
Notification object that gets passed to
@OnChange-annotated methods
when a field changes. |
class |
ListFieldAdd<T,E>
Notification object that gets passed to
@OnChange-annotated methods
when an element is added to a list field. |
class |
ListFieldChange<T>
Notification object that gets passed to
@OnChange-annotated methods
when a list field changes. |
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. |
class |
MapFieldAdd<T,K,V>
Notification object that gets passed to
@OnChange-annotated methods
when a new key/value pair is added to a map field. |
class |
MapFieldChange<T>
Notification object that gets passed to
@OnChange-annotated methods
when a map field changes. |
class |
MapFieldClear<T>
Notification object that gets passed to
@OnChange-annotated methods
when a map field is cleared. |
class |
MapFieldRemove<T,K,V>
Notification object that gets passed to
@OnChange-annotated methods
when a key/value pair is removed from a map field. |
class |
MapFieldReplace<T,K,V>
Notification object that gets passed to
@OnChange-annotated methods
when the value in a key/value pair is replaced with a new value. |
class |
ObjectCreate<T>
Change notification that indicates a new object has been created.
|
class |
ObjectDelete<T>
Change notification that indicates an object has been deleted.
|
class |
SetFieldAdd<T,E>
Notification object that gets passed to
@OnChange-annotated methods
when an element is added to a set field. |
class |
SetFieldChange<T>
Notification object that gets passed to
@OnChange-annotated methods
when a set field changes. |
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. |
class |
SimpleFieldChange<T,V>
Notification object that gets passed to
@OnChange-annotated methods
when a simple field changes. |
| Modifier and Type | Method and Description |
|---|---|
protected <T> R |
ChangeAdapter.caseChange(Change<T> change)
Internal roll-up method.
|
Copyright © 2017. All rights reserved.