edu.uci.isr.yancees.server.dispatcher.siena
Class SienaPlugin.NotificationHandler

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

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

Callback object to receive events from the dispatcher.


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

SienaPlugin.NotificationHandler

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