com.funambol.syncclient.spds.event
Class SyncItemAdapter

java.lang.Object
  extended by com.funambol.syncclient.spds.event.SyncItemAdapter
All Implemented Interfaces:
SyncItemListener

public class SyncItemAdapter
extends java.lang.Object
implements SyncItemListener

Provide empty implementation of SyncItemListener methods


Constructor Summary
SyncItemAdapter()
           
 
Method Summary
 void itemAddedByClient(SyncItemEvent event)
          A new item is added by the client
 void itemAddedByServer(SyncItemEvent event)
          A new item is added on the client
 void itemDeletedByClient(SyncItemEvent event)
          An item is deleted by the client
 void itemDeletedByServer(SyncItemEvent event)
          An item is deleted on the client
 void itemUpdatedByClient(SyncItemEvent event)
          An item is updated by the client
 void itemUpdatedByServer(SyncItemEvent event)
          An item is updated on the client
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SyncItemAdapter

public SyncItemAdapter()
Method Detail

itemAddedByServer

public void itemAddedByServer(SyncItemEvent event)
Description copied from interface: SyncItemListener
A new item is added on the client

Specified by:
itemAddedByServer in interface SyncItemListener

itemDeletedByServer

public void itemDeletedByServer(SyncItemEvent event)
Description copied from interface: SyncItemListener
An item is deleted on the client

Specified by:
itemDeletedByServer in interface SyncItemListener

itemUpdatedByServer

public void itemUpdatedByServer(SyncItemEvent event)
Description copied from interface: SyncItemListener
An item is updated on the client

Specified by:
itemUpdatedByServer in interface SyncItemListener

itemAddedByClient

public void itemAddedByClient(SyncItemEvent event)
Description copied from interface: SyncItemListener
A new item is added by the client

Specified by:
itemAddedByClient in interface SyncItemListener

itemDeletedByClient

public void itemDeletedByClient(SyncItemEvent event)
Description copied from interface: SyncItemListener
An item is deleted by the client

Specified by:
itemDeletedByClient in interface SyncItemListener

itemUpdatedByClient

public void itemUpdatedByClient(SyncItemEvent event)
Description copied from interface: SyncItemListener
An item is updated by the client

Specified by:
itemUpdatedByClient in interface SyncItemListener


Copyright © 2003-2007 Funambol.