org.picocontainer.lifecycle
Interface LifecyclePicoAdapter
- All Superinterfaces:
- Disposable, Lifecycle, Startable, Stoppable
- public interface LifecyclePicoAdapter
- extends Lifecycle
- Author:
- Paul Hammant, Aslak Hellesøy, Ward Cunningham
Methods inherited from interface org.picocontainer.lifecycle.Startable |
start |
Methods inherited from interface org.picocontainer.lifecycle.Stoppable |
stop |
isStarted
public boolean isStarted()
isStopped
public boolean isStopped()
isDisposed
public boolean isDisposed()
getPicoContainer
public PicoContainer getPicoContainer()
Copyright © 2003-2004 Codehaus. All Rights Reserved.