Uses of Class
com.mckoi.database.TableModificationEvent
-
Packages that use TableModificationEvent Package Description com.mckoi.database The core database classes for Mckoi. -
-
Uses of TableModificationEvent in com.mckoi.database
Methods in com.mckoi.database with parameters of type TableModificationEvent Modifier and Type Method Description (package private) void
DatabaseConnection. fireTableEvent(TableModificationEvent evt)
Notifies this connection that an insert/delete or update operation has occurred on some table of this DatabaseConnection.(package private) void
ConnectionTriggerManager. performTriggerAction(TableModificationEvent evt)
Performs any trigger action for this event.
-