Uses of Interface
com.funambol.syncml.spds.SyncListener

Packages that use SyncListener
com.funambol.syncml.client   
com.funambol.syncml.spds   
 

Uses of SyncListener in com.funambol.syncml.client
 

Classes in com.funambol.syncml.client that implement SyncListener
protected  class TwoPhasesFileSyncSource.ProxySyncListener
           
 

Methods in com.funambol.syncml.client that return SyncListener
 SyncListener BaseSyncSource.getListener()
          Returns the current listener (or null if not set)
 SyncListener TrackableSyncSource.getListener()
          Returns the current listener (or null if not set)
 

Methods in com.funambol.syncml.client with parameters of type SyncListener
protected  HttpUploader TwoPhasesFileSyncSource.createUploader(SyncConfig config, java.lang.String uploadUrl, java.lang.String sourceUri, SyncListener listener)
           
 void BaseSyncSource.setListener(SyncListener listener)
          Set a sync listener.
 void TrackableSyncSource.setListener(SyncListener listener)
          Set a sync listener.
 

Constructors in com.funambol.syncml.client with parameters of type SyncListener
HttpUploader(SyncConfig syncConfig, java.lang.String uploadUrl, java.lang.String remoteUri, SyncListener listener)
           
TwoPhasesFileSyncSource.ProxySyncListener(SyncListener lis)
           
 

Uses of SyncListener in com.funambol.syncml.spds
 

Classes in com.funambol.syncml.spds that implement SyncListener
 class BasicSyncListener
          This class provides a basic implementation for a SyncListener.
 

Methods in com.funambol.syncml.spds that return SyncListener
 SyncListener SyncSource.getListener()
          Returns the current listener (or null if not set)
 

Methods in com.funambol.syncml.spds with parameters of type SyncListener
 void SyncSource.setListener(SyncListener listener)
          Set a sync listener.
 



Copyright © 2001-2009 Funambol.