|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ActivityControl
Generic control of an activity
Method Summary | |
---|---|
void |
init(java.io.Serializable testId)
Initialize the activity |
void |
join()
Waits until the end of the activity |
void |
resume()
Resume the activity (if suspended) |
void |
start()
Initial start of the activity |
void |
stop()
Final stop of the activity |
void |
suspend()
Suspend the activity |
Method Detail |
---|
void init(java.io.Serializable testId) throws ClifException
testId
- an arbitrary initialization name
ClifException
void start()
void stop()
void suspend()
void resume()
void join()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |