|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An abstract condition used in waiting for a Terminal
.
The
waitCondition()
method in the Terminal
is controlled by an object implementing
this interface.
Method Summary | |
boolean |
isSatisfied(Terminal aTerminal)
Determines if this condition is satisfied. |
Method Detail |
public boolean isSatisfied(Terminal aTerminal)
Implementations of this method should adhere to the following guidelines:
Terminal
.Terminal
should not
be manipulated (e.g Do not type characters, move the cursor, or press
AID keys).It should be noted that any runtime exception thrown by this method
will result in any relevant waitCondition()
method returning
by throwing a TerminalConditionException
.
aTerminal
- The Terminal
being monitored.
true
signifies that the condition is satisfied.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |