com.webmethods.caf.event
Class ICAFEvent.Listeners

java.lang.Object
  extended by IEvent.Listeners
      extended by com.webmethods.caf.event.ICAFEvent.Listeners
Enclosing interface:
ICAFEvent

public static class ICAFEvent.Listeners
extends IEvent.Listeners


Constructor Summary
ICAFEvent.Listeners()
           
 
Method Summary
static void add(ICAFEvent.IListener listener, Class clazz)
           
static void remove(ICAFEvent.IListener listener, Class clazz)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ICAFEvent.Listeners

public ICAFEvent.Listeners()
Method Detail

add

public static void add(ICAFEvent.IListener listener,
                       Class clazz)

remove

public static void remove(ICAFEvent.IListener listener,
                          Class clazz)