org.apache.avalon.framework.activity
Interface Suspendable
public
interface
Suspendable
The Suspendable interface is used when a component
will need to temporarily halt execution of a component.
The execution may be halted so that you can reconfigure/
recompose/recontextualize component.
Version: CVS $Revision: 1.13 $ $Date: 2003/02/11 15:58:38 $
Author: Avalon Development Team
public void resume()
Resumes the component.
public void suspend()
Suspends the component.