public abstract class RecordingLifecycle extends Object implements Startable, Disposable
| Modifier and Type | Class and Description |
|---|---|
static class |
RecordingLifecycle.FiveTriesToBeMalicious |
static class |
RecordingLifecycle.Four |
static class |
RecordingLifecycle.One |
static interface |
RecordingLifecycle.Recorder |
static class |
RecordingLifecycle.Three |
static class |
RecordingLifecycle.Two |
| Modifier | Constructor and Description |
|---|---|
protected |
RecordingLifecycle(StringBuffer recording) |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose()
Dispose this component.
|
String |
recording() |
void |
start()
Start this component.
|
void |
stop()
Stop this component.
|
protected RecordingLifecycle(StringBuffer recording)
public void start()
Startablepublic void stop()
StartableDisposable if you need a single call at the definite end of the lifecycle.public void dispose()
Disposabledispose in interface DisposableCopyright © 2003–2015 Codehaus. All rights reserved.