Uses of Interface
com.funambol.syncclient.spds.event.SyncTransportListener

Packages that use SyncTransportListener
com.funambol.syncclient.spds This package contains the Funambol Data Synchronization API 
com.funambol.syncclient.spds.event This package contains the Funambol Event API 
 

Uses of SyncTransportListener in com.funambol.syncclient.spds
 

Classes in com.funambol.syncclient.spds that implement SyncTransportListener
 class SyncManager
          The SyncManager is the contact point between a host application and the synchronization engine.
 

Methods in com.funambol.syncclient.spds with parameters of type SyncTransportListener
 void SyncManager.addSyncTransportListener(SyncTransportListener listener)
          Register a new SyncTransportListener.
 void SyncManager.removeSyncTransportListener(SyncTransportListener listener)
          Remove the specified SyncTransportListener.
 

Uses of SyncTransportListener in com.funambol.syncclient.spds.event
 

Classes in com.funambol.syncclient.spds.event that implement SyncTransportListener
 class SyncTransportAdapter
          Provide empty implementation of SyncTransportListener methods
 



Copyright © 2010 Funambol. All Rights Reserved.