com.funambol.syncclient.spds.event
Interface SyncListener

All Known Implementing Classes:
SyncAdapter

public interface SyncListener

Is used to notify for the principal states.


Method Summary
 void sendFinalization(SyncEvent event)
          Send finalization message
 void sendInitialization(SyncEvent event)
          Send initialization message
 void sendModification(SyncEvent event)
          Send modification message
 void syncBegin(SyncEvent event)
          The synchronization process start
 void syncEnd(SyncEvent event)
          The synchronization process end
 void syncError(SyncEvent event)
          A no blocking error occours
 

Method Detail

syncBegin

void syncBegin(SyncEvent event)
The synchronization process start

Parameters:
event -

syncEnd

void syncEnd(SyncEvent event)
The synchronization process end

Parameters:
event -

sendInitialization

void sendInitialization(SyncEvent event)
Send initialization message

Parameters:
event -

sendModification

void sendModification(SyncEvent event)
Send modification message

Parameters:
event -

sendFinalization

void sendFinalization(SyncEvent event)
Send finalization message

Parameters:
event -

syncError

void syncError(SyncEvent event)
A no blocking error occours

Parameters:
event -


Copyright © 2003-2007 Funambol.