|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.picocontainer.testmodel.RecordingLifecycle
public abstract class RecordingLifecycle
Nested Class Summary | |
---|---|
static class |
RecordingLifecycle.FiveTriesToBeMalicious
|
static class |
RecordingLifecycle.Four
|
static class |
RecordingLifecycle.One
|
static interface |
RecordingLifecycle.Recorder
|
static class |
RecordingLifecycle.Three
|
static class |
RecordingLifecycle.Two
|
Field Summary | |
---|---|
private java.lang.StringBuffer |
recording
|
Constructor Summary | |
---|---|
protected |
RecordingLifecycle(java.lang.StringBuffer recording)
|
Method Summary | |
---|---|
private java.lang.String |
code()
|
void |
dispose()
|
java.lang.String |
recording()
|
void |
start()
|
void |
stop()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private final java.lang.StringBuffer recording
Constructor Detail |
---|
protected RecordingLifecycle(java.lang.StringBuffer recording)
Method Detail |
---|
public void start()
start
in interface org.picocontainer.Startable
public void stop()
stop
in interface org.picocontainer.Startable
public void dispose()
dispose
in interface org.picocontainer.Disposable
public java.lang.String recording()
private java.lang.String code()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |