com.funambol.syncclient.spds.event
Class SyncAdapter

java.lang.Object
  extended by com.funambol.syncclient.spds.event.SyncAdapter
All Implemented Interfaces:
SyncListener

public class SyncAdapter
extends java.lang.Object
implements SyncListener

Provide empty implementation of SyncListener methods


Constructor Summary
SyncAdapter()
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SyncAdapter

public SyncAdapter()
Method Detail

syncBegin

public void syncBegin(SyncEvent event)
Description copied from interface: SyncListener
The synchronization process start

Specified by:
syncBegin in interface SyncListener

syncEnd

public void syncEnd(SyncEvent event)
Description copied from interface: SyncListener
The synchronization process end

Specified by:
syncEnd in interface SyncListener

sendInitialization

public void sendInitialization(SyncEvent event)
Description copied from interface: SyncListener
Send initialization message

Specified by:
sendInitialization in interface SyncListener

sendModification

public void sendModification(SyncEvent event)
Description copied from interface: SyncListener
Send modification message

Specified by:
sendModification in interface SyncListener

sendFinalization

public void sendFinalization(SyncEvent event)
Description copied from interface: SyncListener
Send finalization message

Specified by:
sendFinalization in interface SyncListener

syncError

public void syncError(SyncEvent event)
Description copied from interface: SyncListener
A no blocking error occours

Specified by:
syncError in interface SyncListener


Copyright © 2003-2007 Funambol.