org.picocontainer.testmodel
Class NullLifecycle

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

public class NullLifecycle
extends 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


Copyright © 2003-2007 Codehaus. All Rights Reserved.