org.picocontainer.lifecycle
Class LazyLifecycleStrategyTestCase.MyStartableComp

java.lang.Object
  extended by org.picocontainer.lifecycle.LazyLifecycleStrategyTestCase.MyStartableComp
All Implemented Interfaces:
Disposable, Startable
Enclosing class:
LazyLifecycleStrategyTestCase

public static class LazyLifecycleStrategyTestCase.MyStartableComp
extends Object
implements Startable, Disposable


Constructor Summary
LazyLifecycleStrategyTestCase.MyStartableComp(StringBuilder sb)
           
 
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

LazyLifecycleStrategyTestCase.MyStartableComp

public LazyLifecycleStrategyTestCase.MyStartableComp(StringBuilder sb)
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.