com.webmethods.caf.event
Class INotifiableEvent.Listeners

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

public static class INotifiableEvent.Listeners
extends IEvent.Listeners


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

Constructor Detail

INotifiableEvent.Listeners

public INotifiableEvent.Listeners()
Method Detail

add

public static void add(INotifiableEvent.IListener listener)

instantiateOnEvent

public static void instantiateOnEvent(Class cls_listener)

remove

public static void remove(INotifiableEvent.IListener listener)

remove

public static void remove(Class cls_listener)