org.codehaus.wadi.impl
Class ListenerSupport

java.lang.Object
  extended byorg.codehaus.wadi.impl.ListenerSupport

public class ListenerSupport
extends Object


Field Summary
protected  List _attributeListeners
           
protected  Log _log
           
protected  List _sessionListeners
           
 
Constructor Summary
ListenerSupport()
           
 
Method Summary
 void addEventListener(EventListener listener)
           
 void installListeners(StandardManager manager)
           
 void removeEventListener(EventListener listener)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_log

protected final Log _log

_sessionListeners

protected final List _sessionListeners

_attributeListeners

protected final List _attributeListeners
Constructor Detail

ListenerSupport

public ListenerSupport()
Method Detail

addEventListener

public void addEventListener(EventListener listener)
                      throws IllegalArgumentException,
                             IllegalStateException
Throws:
IllegalArgumentException
IllegalStateException

removeEventListener

public void removeEventListener(EventListener listener)
                         throws IllegalStateException
Throws:
IllegalStateException

installListeners

public void installListeners(StandardManager manager)


Copyright © 2004-2006 Core Developers Network Ltd.. All Rights Reserved.