public class NullLifecycle extends Object implements Startable, Disposable
Constructor and Description |
---|
NullLifecycle() |
Modifier and Type | Method and Description |
---|---|
void |
dispose()
Dispose this component.
|
void |
start()
Start this component.
|
void |
stop()
Stop this component.
|
public NullLifecycle()
public void start()
Startable
public void stop()
Startable
Disposable
if you need a single call at the definite end of the lifecycle.public void dispose()
Disposable
dispose
in interface Disposable
Copyright © 2003–2016 Codehaus. All rights reserved.