| Package | Description |
|---|---|
| org.jsimpledb.change |
Classes passed to
@OnChange-annotated methods. |
| Modifier and Type | Class and Description |
|---|---|
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 |
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. |
| Modifier and Type | Method and Description |
|---|---|
protected <T> R |
ChangeAdapter.caseMapFieldChange(MapFieldChange<T> change)
Internal roll-up method.
|
Copyright © 2017. All rights reserved.