org.picocontainer.lifecycle
Interface Lifecycle

All Superinterfaces:
Disposable, Startable, Stoppable
All Known Subinterfaces:
LifecyclePicoAdapter
All Known Implementing Classes:
DefaultLifecyclePicoAdaptor

public interface Lifecycle
extends Startable, Stoppable, Disposable


Methods inherited from interface org.picocontainer.lifecycle.Startable
start
 
Methods inherited from interface org.picocontainer.lifecycle.Stoppable
stop
 
Methods inherited from interface org.picocontainer.lifecycle.Disposable
dispose
 



Copyright © 2003 Codehaus. All Rights Reserved.