org.nanocontainer.nanowar
Class AbstractNanoWarListener
java.lang.Object
org.nanocontainer.nanowar.AbstractNanoWarListener
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- NanoWarContextListener, NanoWarSessionListener
public class AbstractNanoWarListener
- extends Object
- implements Serializable
Base class for application-level and session-level listeners.
- Author:
- Michael Rimov
- See Also:
- Serialized Form
Method Summary |
protected org.picocontainer.PicoContainer |
buildContainer(org.nanocontainer.script.ScriptedContainerBuilder builder)
|
protected void |
killContainer(org.picocontainer.defaults.ObjectReference containerRef)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractNanoWarListener
public AbstractNanoWarListener()
buildContainer
protected org.picocontainer.PicoContainer buildContainer(org.nanocontainer.script.ScriptedContainerBuilder builder)
killContainer
protected void killContainer(org.picocontainer.defaults.ObjectReference containerRef)
Copyright © 2003-2009 Codehaus. All Rights Reserved.