edu.uci.isr.yancees.plugin
Interface MOPluginListenerInterface

All Known Subinterfaces:
MOPluginInterface, MOSharedPluginInterface
All Known Implementing Classes:
AbstractMOPlugin, AbstractMOSharedPlugin, GenericPlugin, NotificationPlugin, SubscriptionFacade.SubscriptionMediator, SubscriptionPlugin

public interface MOPluginListenerInterface


Method Summary
 void receivePluginNotification(EventInterface[] evtList, MOPluginInterface source)
          Receives a pattern of events as notifications from another plug-in
 void receivePluginNotification(EventInterface evt, MOPluginInterface source)
          Receives a notification from another plug-in
 

Method Detail

receivePluginNotification

void receivePluginNotification(EventInterface evt,
                               MOPluginInterface source)
Receives a notification from another plug-in

Parameters:
evt - is the event received
source - is the plug-in sending the notification.

receivePluginNotification

void receivePluginNotification(EventInterface[] evtList,
                               MOPluginInterface source)
Receives a pattern of events as notifications from another plug-in

Parameters:
evtList - is the list of events received
source - is the plug-in sending the notification.