|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.funambol.syncclient.spds.event.SyncAdapter
public class SyncAdapter
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 |
---|
public SyncAdapter()
Method Detail |
---|
public void syncBegin(SyncEvent event)
SyncListener
syncBegin
in interface SyncListener
public void syncEnd(SyncEvent event)
SyncListener
syncEnd
in interface SyncListener
public void sendInitialization(SyncEvent event)
SyncListener
sendInitialization
in interface SyncListener
public void sendModification(SyncEvent event)
SyncListener
sendModification
in interface SyncListener
public void sendFinalization(SyncEvent event)
SyncListener
sendFinalization
in interface SyncListener
public void syncError(SyncEvent event)
SyncListener
syncError
in interface SyncListener
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |