sync4j.syncclient.spds.event
Class SyncItemAdapter

java.lang.Object
  extended bysync4j.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
Parameters:
event -

itemDeletedByServer

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

Specified by:
itemDeletedByServer in interface SyncItemListener
Parameters:
event -

itemUpdatedByServer

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

Specified by:
itemUpdatedByServer in interface SyncItemListener
Parameters:
event -

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
Parameters:
event -

itemDeletedByClient

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

Specified by:
itemDeletedByClient in interface SyncItemListener
Parameters:
event -

itemUpdatedByClient

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

Specified by:
itemUpdatedByClient in interface SyncItemListener
Parameters:
event -


Copyright © 2003-2005 Sync4j.