ix.ip2
Class SyncStateClient.SyncStateClientHandler

java.lang.Object
  extended by ix.ip2.ItemHandler
      extended by ix.ip2.ActivityHandler
          extended by ix.ip2.SyncState.SyncStateHandler
              extended by ix.ip2.SyncStateClient.SyncStateClientHandler
Enclosing class:
SyncStateClient

public class SyncStateClient.SyncStateClientHandler
extends SyncState.SyncStateHandler


Field Summary
 
Fields inherited from class ix.ip2.SyncState.SyncStateHandler
ip2
 
Fields inherited from class ix.ip2.ItemHandler
actionDescription
 
Constructor Summary
SyncStateClient.SyncStateClientHandler(Ip2 ip2)
           
 
Method Summary
 void handle(AgendaItem item)
          Called to perform the action implemented by this handler, if the selected HandlerAction so desires.
 
Methods inherited from class ix.ip2.SyncState.SyncStateHandler
addHandlerActions, appliesTo, getOperation, getSyntaxList, isAutomatic
 
Methods inherited from class ix.ip2.ActivityHandler
toString
 
Methods inherited from class ix.ip2.ItemHandler
getActionDescription, makeHandler, reviseHandlerActions
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SyncStateClient.SyncStateClientHandler

public SyncStateClient.SyncStateClientHandler(Ip2 ip2)
Method Detail

handle

public void handle(AgendaItem item)
Description copied from class: ItemHandler
Called to perform the action implemented by this handler, if the selected HandlerAction so desires.

Specified by:
handle in class SyncState.SyncStateHandler
See Also:
ItemHandler.addHandlerActions(AgendaItem)