| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectix.ip2.ActionUnreadyReason
public abstract class ActionUnreadyReason
An explanation of why a HandlerAction is not ready to be used.
HandlerAction.isReady(), 
HandlerAction.getUnreadyReason()| Field Summary | |
|---|---|
protected  HandlerAction | 
action
 | 
| Constructor Summary | |
|---|---|
ActionUnreadyReason(HandlerAction action)
Creates an unready reason for the indicated action.  | 
|
| Method Summary | |
|---|---|
 HandlerAction | 
getAction()
Returns the handler-action given when this reason was created.  | 
abstract  java.lang.String[] | 
getExplanation()
Returns an explanation in natural language, suitable for presenting to a user.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
protected HandlerAction action
| Constructor Detail | 
|---|
public ActionUnreadyReason(HandlerAction action)
| Method Detail | 
|---|
public HandlerAction getAction()
public abstract java.lang.String[] getExplanation()
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||