DESY ACOP Beans Home

com.cosylab.util
Interface Suspendable


public interface Suspendable

Objects implementing this interface control a process which can be suspended on request.

Version:
$id$
Author:
Miha Kadunc

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

setSuspended

void setSuspended(boolean suspended)
Sets the suspended property of the object to provided boolean value.


isSuspended

boolean isSuspended()
Returns the value of the suspended property of this object.

Returns:
DOCUMENT ME!


Copyright © 2010. All Rights Reserved.