Uses of Class
com.funambol.syncclient.spds.event.SyncEvent

Packages that use SyncEvent
com.funambol.syncclient.spds.event This package contains the Funambol Event API 
 

Uses of SyncEvent in com.funambol.syncclient.spds.event
 

Methods in com.funambol.syncclient.spds.event with parameters of type SyncEvent
 void SyncListener.sendFinalization(SyncEvent event)
          Send finalization message
 void SyncAdapter.sendFinalization(SyncEvent event)
           
 void SyncListener.sendInitialization(SyncEvent event)
          Send initialization message
 void SyncAdapter.sendInitialization(SyncEvent event)
           
 void SyncListener.sendModification(SyncEvent event)
          Send modification message
 void SyncAdapter.sendModification(SyncEvent event)
           
 void SyncListener.syncBegin(SyncEvent event)
          The synchronization process start
 void SyncAdapter.syncBegin(SyncEvent event)
           
 void SyncListener.syncEnd(SyncEvent event)
          The synchronization process end
 void SyncAdapter.syncEnd(SyncEvent event)
           
 void SyncListener.syncError(SyncEvent event)
          A no blocking error occours
 void SyncAdapter.syncError(SyncEvent event)
           
 



Copyright © 2010 Funambol. All Rights Reserved.