|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IControl
The interface to an object, which can be controlled using three methods: resume, pause, stop.
Method Summary | |
---|---|
void |
pause()
Requests the object to pause its execution. |
void |
resume()
Requests the object to resume its execution. |
void |
stop()
Requests the object to stop its execution. |
Method Detail |
---|
void resume()
void pause()
void stop()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |