Uses of Interface
com.mckoi.database.TransactionModificationListener
-
Packages that use TransactionModificationListener Package Description com.mckoi.database The core database classes for Mckoi. -
-
Uses of TransactionModificationListener in com.mckoi.database
Methods in com.mckoi.database with parameters of type TransactionModificationListener Modifier and Type Method Description void
TableDataConglomerate. addTransactionModificationListener(TableName table_name, TransactionModificationListener listener)
Adds a listener for transactional modification events that occur on the given table in this conglomerate.void
TableDataConglomerate. removeTransactionModificationListener(TableName table_name, TransactionModificationListener listener)
Removes a listener for transaction modification events on the given table in this conglomerate as previously set by the 'addTransactionModificationListener' method.
-