ix.ip2
Class SyncStateServer.SyncStateServerHandler

java.lang.Object
  extended by ix.ip2.ItemHandler
      extended by ix.ip2.ActivityHandler
          extended by ix.ip2.SyncState.SyncStateHandler
              extended by ix.ip2.SyncStateServer.SyncStateServerHandler
Enclosing class:
SyncStateServer

public class SyncStateServer.SyncStateServerHandler
extends SyncState.SyncStateHandler


Field Summary
 
Fields inherited from class ix.ip2.SyncState.SyncStateHandler
ip2
 
Fields inherited from class ix.ip2.ItemHandler
actionDescription
 
Constructor Summary
SyncStateServer.SyncStateServerHandler(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

SyncStateServer.SyncStateServerHandler

public SyncStateServer.SyncStateServerHandler(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)