public interface IDatabaseListener extends IResetable
| Modifier and Type | Method and Description |
|---|---|
void |
onRegisterIn(DatabaseRegisterEvent event)
On register input command.
|
void |
onRegisterOut(DatabaseRegisterEvent event)
On register output command.
|
void |
onTableIn(DatabaseTableEvent event)
On table start processing.
|
void |
onTableOut(DatabaseTableEvent event)
On table end processing.
|
initializevoid onTableIn(DatabaseTableEvent event) throws DatabaseException
event - Event.DatabaseException - On processing errors.void onRegisterIn(DatabaseRegisterEvent event) throws DatabaseException
event - Event.DatabaseException - On register errors.void onRegisterOut(DatabaseRegisterEvent event) throws DatabaseException
event - Event.DatabaseException - O register errors.void onTableOut(DatabaseTableEvent event) throws DatabaseException
event - Event.DatabaseException - On processing errors.Copyright © 2017. All rights reserved.