ix.ip2
Class HandlerAction.NotApplicable

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

static class HandlerAction.NotApplicable
extends HandlerAction.Manual

Used to indicate the the item does not apply in the current situation.


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.NotApplicable()
           
 
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.NotApplicable

public HandlerAction.NotApplicable()