com.funambol.syncclient.spds.event
Interface SyncSourceListener

All Known Implementing Classes:
SyncSourceAdapter

public interface SyncSourceListener

Is used to notify of the beginning and the end of the synchronization of a particolar syncsource.


Method Summary
 void syncBegin(SyncSourceEvent event)
          SyncSource Synchronization begin
 void syncEnd(SyncSourceEvent event)
          SyncSource Synchronization end
 

Method Detail

syncBegin

void syncBegin(SyncSourceEvent event)
SyncSource Synchronization begin

Parameters:
event -

syncEnd

void syncEnd(SyncSourceEvent event)
SyncSource Synchronization end

Parameters:
event -


Copyright © 2003-2007 Funambol.