org.picocontainer
Interface Startable

All Known Subinterfaces:
MutablePicoContainer, PicoContainer
All Known Implementing Classes:
DefaultPicoContainer, NullPicoContainer

public interface Startable

Basic lifecycle interface for Pico components. For more advanced and pluggable lifecycle support, see the functionality offered by the nanocontainer-multicast subproject.


Method Summary
 void start()
           
 void stop()
           
 

Method Detail

start

public void start()

stop

public void stop()


Copyright © 2003-2004 Codehaus. All Rights Reserved.