com.ibm.di.api
Class EventNotifier
java.lang.Object
com.ibm.di.api.EventNotifier
public class EventNotifier
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EventNotifier
public EventNotifier()
EventNotifier
public EventNotifier(boolean aSync)
addEventListener
public void addEventListener(DIEventListener aListener,
String aTypeFilter,
String aIdFilter)
throws DIException
- Throws:
DIException
removeEventListener
public boolean removeEventListener(DIEventListener aListener)
throws DIException
- Throws:
DIException
isInFilter
public boolean isInFilter(String eventType,
String eventId,
List typeFilterList,
String idFilter)
broadcastEvent
public void broadcastEvent(DIEvent aEvent)
throws DIException
- Throws:
DIException