edu.uci.isr.yancees.server.plugin.subscription.require
Class RequirePlugin.NotificationHandler

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

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

Callback object to receive events from the dispatcher.


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

RequirePlugin.NotificationHandler

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