Uses of Class
com.funambol.syncclient.spds.event.SyncItemEvent

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

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

Methods in com.funambol.syncclient.spds.event with parameters of type SyncItemEvent
 void SyncItemAdapter.itemAddedByClient(SyncItemEvent event)
           
 void SyncItemListener.itemAddedByClient(SyncItemEvent event)
          A new item is added by the client
 void SyncItemAdapter.itemAddedByServer(SyncItemEvent event)
           
 void SyncItemListener.itemAddedByServer(SyncItemEvent event)
          A new item is added on the client
 void SyncItemAdapter.itemDeletedByClient(SyncItemEvent event)
           
 void SyncItemListener.itemDeletedByClient(SyncItemEvent event)
          An item is deleted by the client
 void SyncItemAdapter.itemDeletedByServer(SyncItemEvent event)
           
 void SyncItemListener.itemDeletedByServer(SyncItemEvent event)
          An item is deleted on the client
 void SyncItemAdapter.itemUpdatedByClient(SyncItemEvent event)
           
 void SyncItemListener.itemUpdatedByClient(SyncItemEvent event)
          An item is updated by the client
 void SyncItemAdapter.itemUpdatedByServer(SyncItemEvent event)
           
 void SyncItemListener.itemUpdatedByServer(SyncItemEvent event)
          An item is updated on the client
 



Copyright © 2010 Funambol. All Rights Reserved.