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.

Version:
$Id: SyncSourceListener.java,v 1.3 2007-12-22 18:09:18 nichele Exp $

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 © 2010 Funambol. All Rights Reserved.