ix.ip2
Class HandlerAction.Manual

java.lang.Object
  |
  +--ix.ip2.HandlerAction
        |
        +--ix.ip2.HandlerAction.Manual
Direct Known Subclasses:
HandlerAction.NotApplicable
Enclosing class:
HandlerAction

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.


Inner classes inherited from class ix.ip2.HandlerAction
HandlerAction.Automatic, HandlerAction.Manual, HandlerAction.NoAction, HandlerAction.NotApplicable
 
Fields inherited from class ix.ip2.HandlerAction
shortDescription
 
Constructor Summary
HandlerAction.Manual()
           
HandlerAction.Manual(java.lang.String howDescription)
           
 
Methods inherited from class ix.ip2.HandlerAction
computeStatus, getActionDescription, 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)