org.nanocontainer.nanowar
Class AbstractNanoWarListener

java.lang.Object
  extended by 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

Constructor Summary
AbstractNanoWarListener()
           
 
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
 

Constructor Detail

AbstractNanoWarListener

public AbstractNanoWarListener()
Method Detail

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.