com.sybase.persistence
Interface SynchronizeCallback


public interface SynchronizeCallback


Method Summary
 void afterSync()
          Occurs if synchronization completed.
 void beforeSync()
          Occurs before synchronize method.
 void run()
          Occurs while synchronize method is called.
 

Method Detail

run

void run()
Occurs while synchronize method is called.


beforeSync

void beforeSync()
Occurs before synchronize method.


afterSync

void afterSync()
Occurs if synchronization completed.