public static class LazyLifecycleStrategyTestCase.MyStartableComp extends Object implements Startable, Disposable
| Constructor and Description |
|---|
MyStartableComp(StringBuilder sb) |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose()
Dispose this component.
|
void |
start()
Start this component.
|
void |
stop()
Stop this component.
|
public MyStartableComp(StringBuilder sb)
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.