public interface DatabaseUpdateEventListener
| Modifier and Type | Method and Description |
|---|---|
void |
snapshotInstalled(DatabaseStateMachine.State snapshotState)
Notifies listeners of a snapshot installation event.
|
void |
tableCreated(DatabaseStateMachine.TableMetadata metadata)
Notifies listeners of a table created event.
|
void |
tableDeleted(String tableName)
Notifies listeners of a table deleted event.
|
void |
tableModified(TableModificationEvent event)
Notifies listeners of a table modified event.
|
void tableModified(TableModificationEvent event)
event - table modification event.void tableCreated(DatabaseStateMachine.TableMetadata metadata)
metadata - metadata for the created table.void tableDeleted(String tableName)
tableName - name of the table deletedvoid snapshotInstalled(DatabaseStateMachine.State snapshotState)
snapshotState - installed snapshot state.Copyright © 2014. All rights reserved.