org.picocontainer.injectors
Class LifecycleAdapterTestCase.Foo

java.lang.Object
  extended by org.picocontainer.injectors.LifecycleAdapterTestCase.Foo
All Implemented Interfaces:
Startable
Enclosing class:
LifecycleAdapterTestCase

public static class LifecycleAdapterTestCase.Foo
extends Object
implements Startable


Constructor Summary
LifecycleAdapterTestCase.Foo()
           
 
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

LifecycleAdapterTestCase.Foo

public LifecycleAdapterTestCase.Foo()
Method Detail

start

public void start()
Specified by:
start in interface Startable

stop

public void stop()
Specified by:
stop in interface Startable


Copyright © 2003-2010 Codehaus. All Rights Reserved.