org.picocontainer.testmodel
Class NullLifecycle

java.lang.Object
  extended by org.picocontainer.testmodel.NullLifecycle
All Implemented Interfaces:
Disposable, Startable

public class NullLifecycle
extends Object
implements Startable, Disposable


Constructor Summary
NullLifecycle()
           
 
Method Summary
 void dispose()
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullLifecycle

public NullLifecycle()
Method Detail

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


Copyright © 2003-2010 Codehaus. All Rights Reserved.