|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Timeoutable
Any class which contains methods requiring waiting or sleeping should implement this interface. Waiting and sleeping operations have time limits that can be set or returned using the methods of this interface.
Method Summary | |
---|---|
Timeouts |
getTimeouts()
Return current timeouts. |
void |
setTimeouts(Timeouts t)
Defines current timeouts. |
Method Detail |
---|
void setTimeouts(Timeouts t)
t
- A collection of timeout assignments.getTimeouts()
Timeouts getTimeouts()
setTimeouts(org.netbeans.jemmy.Timeouts)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |