ix.ip2
Class HandlerAction.NotApplicable

java.lang.Object
  extended by ix.ip2.HandlerAction
      extended by ix.ip2.HandlerAction.Manual
          extended by ix.ip2.HandlerAction.NotApplicable
Enclosing class:
HandlerAction

public static class HandlerAction.NotApplicable
extends HandlerAction.Manual

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


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

public HandlerAction.NotApplicable()