| Interface | Description |
|---|---|
| ChangeAware |
Interface to be implemented by collections that wish to be aware
of any data modification.
|
| ChangeListener |
An interface when implemented makes an object be
able to listen to any changes in a
NitriteCollection
or ObjectRepository. |
| EventBus<EventInfo,EventListener> |
Represents a generic publish/subscribe event bus interface.
|
| Class | Description |
|---|---|
| ChangedItem |
Represents affected item during collection modification.
|
| ChangeInfo |
Represents a collection change information.
|
| NitriteEventBus<EventInfo,EventListener> |
An abstract implementation of
EventBus. |
| Enum | Description |
|---|---|
| ChangeType |
Represents different types of collection modification
actions.
|
Database event api.