Package | Description |
---|---|
com.mckoi.database |
The core database classes for Mckoi.
|
Modifier and Type | Method and 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.
|
Copyright © 2015. All rights reserved.