Package | Description |
---|---|
org.axiondb.event |
Event model with listeners for database actions
|
Modifier and Type | Class and Description |
---|---|
class |
ColumnEvent
|
class |
RowDeletedEvent
An event signifying that a row has been deleted into a
Table . |
class |
RowEvent
An event signifying that a row in a
Table has changed, for
example, due to a DML command. |
class |
RowInsertedEvent
An event signifying that a row has been inserted into a
Table . |
class |
RowUpdatedEvent
An event signifying that a row has been updated into a
Table . |
Modifier and Type | Method and Description |
---|---|
void |
BaseTableModificationPublisher.publishEvent(TableModifiedEvent e) |