ix.ip2
Class HandlerAction.Manual

java.lang.Object
  extended by ix.ip2.HandlerAction
      extended by ix.ip2.HandlerAction.Manual
Direct Known Subclasses:
CompletionHandler.SimpleDoneAction, HandlerAction.NotApplicable
Enclosing class:
HandlerAction

public static class HandlerAction.Manual
extends HandlerAction

Indicates that the item has been handled by the user. Note that an item may have more than one Manual action, with different descriptions that act as reminders of different ways the user might act.


Nested Class Summary
 
Nested classes/interfaces inherited from class ix.ip2.HandlerAction
HandlerAction.Automatic, HandlerAction.AutomaticWhenBound, HandlerAction.Manual, HandlerAction.NoAction, HandlerAction.NotApplicable
 
Field Summary
 
Fields inherited from class ix.ip2.HandlerAction
shortDescription
 
Constructor Summary
HandlerAction.Manual()
           
HandlerAction.Manual(java.lang.String howDescription)
           
 
Method Summary
 
Methods inherited from class ix.ip2.HandlerAction
canAlwaysBeTakenNow, computeStatus, getActionDescription, getUnreadyReason, handle, isReady, isStillValid, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HandlerAction.Manual

public HandlerAction.Manual()

HandlerAction.Manual

public HandlerAction.Manual(java.lang.String howDescription)