com.webmethods.caf.event
Class INotifiableEvent.QueueListeners

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

public static class INotifiableEvent.QueueListeners
extends IEvent.QueueListeners


Constructor Summary
INotifiableEvent.QueueListeners()
           
 
Method Summary
static void add(INotifiableEvent.IListener listener, String queue_name)
           
static void remove(INotifiableEvent.IListener listener, String queue_name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

INotifiableEvent.QueueListeners

public INotifiableEvent.QueueListeners()
Method Detail

add

public static void add(INotifiableEvent.IListener listener,
                       String queue_name)

remove

public static void remove(INotifiableEvent.IListener listener,
                          String queue_name)