org.picocontainer.defaults
Class DefaultPicoContainerTestCase.MyStartable

java.lang.Object
  extended by org.picocontainer.defaults.DefaultPicoContainerTestCase.MyStartable
All Implemented Interfaces:
org.picocontainer.Startable
Enclosing class:
DefaultPicoContainerTestCase

public static class DefaultPicoContainerTestCase.MyStartable
extends java.lang.Object
implements org.picocontainer.Startable


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

Constructor Detail

DefaultPicoContainerTestCase.MyStartable

public DefaultPicoContainerTestCase.MyStartable()
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