|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ix.ip2.HandlerAction | +--ix.ip2.HandlerAction.NoAction
Handles an item by doing nothing. Used when it's convenient to select an action without actually handling the item, so that all other actions remain available and can be selected later on.
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.NoAction()
|
Method Summary | |
void |
handle(AgendaItem item)
Handle the item in the manner appropriate to this handler-action. |
Methods inherited from class ix.ip2.HandlerAction |
computeStatus, getActionDescription, isReady, isStillValid, toString |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public HandlerAction.NoAction()
Method Detail |
public void handle(AgendaItem item)
HandlerAction
handle
in class HandlerAction
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |