org.picocontainer.testmodel
Class RecordingLifecycle
java.lang.Object
org.picocontainer.testmodel.RecordingLifecycle
- All Implemented Interfaces:
- Disposable, Startable
- Direct Known Subclasses:
- RecordingLifecycle.FiveTriesToBeMalicious, RecordingLifecycle.Four, RecordingLifecycle.One, RecordingLifecycle.Three, RecordingLifecycle.Two
public abstract class RecordingLifecycle
- extends Object
- implements Startable, Disposable
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RecordingLifecycle
protected RecordingLifecycle(StringBuffer recording)
start
public void start()
- Specified by:
start
in interface Startable
stop
public void stop()
- Specified by:
stop
in interface Startable
dispose
public void dispose()
- Specified by:
dispose
in interface Disposable
recording
public String recording()
Copyright © 2003-2010 Codehaus. All Rights Reserved.