|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Suspendable
Objects implementing this interface control a process which can be suspended on request.
Method Summary | |
---|---|
boolean |
isSuspended()
Returns the value of the suspended property of this object. |
void |
setSuspended(boolean suspended)
Sets the suspended property of the object to provided
boolean value. |
Method Detail |
---|
void setSuspended(boolean suspended)
suspended
property of the object to provided
boolean value.
boolean isSuspended()
suspended
property of this object.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |