edu.uci.isr.yancees.server.plugin.subscription.filter
Class FilterPlugin.NotificationHandler

java.lang.Object
  extended byedu.uci.isr.yancees.server.plugin.subscription.filter.FilterPlugin.NotificationHandler
All Implemented Interfaces:
EventDispatcherListenerInterface
Enclosing class:
FilterPlugin

public class FilterPlugin.NotificationHandler
extends java.lang.Object
implements EventDispatcherListenerInterface

Callback object to receive events from the dispatcher.


Constructor Summary
FilterPlugin.NotificationHandler()
           
 
Method Summary
 void receiveDispatcherNotification(EventInterface evt)
          sends an Event to this Subscriber
 void receiveDispatcherNotification(EventInterface[] evtList)
          sends a sequence of Event evt to this Subscriber
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilterPlugin.NotificationHandler

public FilterPlugin.NotificationHandler()
Method Detail

receiveDispatcherNotification

public void receiveDispatcherNotification(EventInterface evt)
sends an Event to this Subscriber

Specified by:
receiveDispatcherNotification in interface EventDispatcherListenerInterface

receiveDispatcherNotification

public void receiveDispatcherNotification(EventInterface[] evtList)
sends a sequence of Event evt to this Subscriber

Specified by:
receiveDispatcherNotification in interface EventDispatcherListenerInterface