|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ix.ip2.HandlerAction | +--ix.ip2.QueryHandler.QueryAction
Inner classes inherited from class ix.ip2.HandlerAction |
HandlerAction.Automatic, HandlerAction.Manual, HandlerAction.NoAction, HandlerAction.NotApplicable |
Field Summary | |
(package private) boolean |
isReady
|
(package private) AgendaItem |
item
|
(package private) java.lang.String |
toName
|
Fields inherited from class ix.ip2.HandlerAction |
shortDescription |
Constructor Summary | |
(package private) |
QueryHandler.QueryAction(java.lang.String toName,
AgendaItem item)
|
Method Summary | |
void |
computeStatus()
Called when something has happened that might have changed this action's ready status. |
void |
handle(AgendaItem item)
Handle the item in the manner appropriate to this handler-action. |
boolean |
isReady()
Indicates whether this action is ready to be used or else is waiting for something that would enable it to be used. |
Methods inherited from class ix.ip2.HandlerAction |
getActionDescription, isStillValid, toString |
Methods inherited from class java.lang.Object |
|
Field Detail |
java.lang.String toName
AgendaItem item
boolean isReady
Constructor Detail |
QueryHandler.QueryAction(java.lang.String toName, AgendaItem item)
Method Detail |
public boolean isReady()
HandlerAction
isReady
in class HandlerAction
public void computeStatus()
HandlerAction
computeStatus
in class HandlerAction
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 |