edu.uci.isr.yancees.server.dispatcher.elvin
Class ElvinPlugin.NotificationHandler

java.lang.Object
  extended byedu.uci.isr.yancees.server.dispatcher.elvin.ElvinPlugin.NotificationHandler
All Implemented Interfaces:
EventDispatcherListenerInterface
Enclosing class:
ElvinPlugin

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

Callback object to receive events from the dispatcher.


Constructor Summary
ElvinPlugin.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

ElvinPlugin.NotificationHandler

public ElvinPlugin.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