org.codehaus.wadi.web.impl
Class ListenerSupport
java.lang.Object
org.codehaus.wadi.web.impl.ListenerSupport
public class ListenerSupport
- extends java.lang.Object
- Version:
- $Revision: 2268 $
- Author:
- Jules Gosnell
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_log
protected final org.apache.commons.logging.Log _log
_sessionListeners
protected final java.util.List _sessionListeners
_attributeListeners
protected final java.util.List _attributeListeners
ListenerSupport
public ListenerSupport()
addEventListener
public void addEventListener(java.util.EventListener listener)
throws java.lang.IllegalArgumentException,
java.lang.IllegalStateException
- Throws:
java.lang.IllegalArgumentException
java.lang.IllegalStateException
removeEventListener
public void removeEventListener(java.util.EventListener listener)
throws java.lang.IllegalStateException
- Throws:
java.lang.IllegalStateException
installListeners
public void installListeners(StandardManager manager,
SessionMonitor sessionMonitor,
WebSessionConfig sessionConfig)
Copyright © 2008. All Rights Reserved.