public interface SynchronizationListener extends EventListener
Modifier and Type | Method and Description |
---|---|
void |
afterSynchronization(DatabaseEvent event)
Triggered immediately after synchronization completes.
|
void |
beforeSynchronization(DatabaseEvent event)
Triggered just before synchronization commences.
|
void beforeSynchronization(DatabaseEvent event)
event
- identifies the database to be synchronized.void afterSynchronization(DatabaseEvent event)
event
- identifies the database to be synchronized.Copyright © 2004–2014 Paul Ferraro. All rights reserved.