com.webmethods.caf.event
Class ICAFEvent.QueueListeners

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

public static class ICAFEvent.QueueListeners
extends IEvent.QueueListeners


Constructor Summary
ICAFEvent.QueueListeners()
           
 
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.QueueListeners

public ICAFEvent.QueueListeners()
Method Detail

add

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

remove

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