org.picocontainer.testmodel
Class NullLifecycle

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

public class NullLifecycle
extends java.lang.Object
implements org.picocontainer.Startable, org.picocontainer.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 org.picocontainer.Startable

stop

public void stop()
Specified by:
stop in interface org.picocontainer.Startable

dispose

public void dispose()
Specified by:
dispose in interface org.picocontainer.Disposable