com.sybase.afx.ulj
Interface ISyncStatusListener


public interface ISyncStatusListener

Defines the sync status for sync listeners.


Method Summary
 boolean applicationSyncStatus(ApplicationSyncStatusData data)
          Called when there is information to report about the status of a synchronization that is taking place.
 

Method Detail

applicationSyncStatus

boolean applicationSyncStatus(ApplicationSyncStatusData data)
Called when there is information to report about the status of a synchronization that is taking place.

Parameters:
data - A ApplicationSyncStatusData object that contains information about the status of the running synchronization.
Returns:
Implementors of this interface should return true to cancel the synchronization or false to continue.