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
receivePluginNotification
void receivePluginNotification(EventInterface evt,
MOPluginInterface source)
- Receives a notification from another plug-in
- Parameters:
evt
- is the event receivedsource
- 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 receivedsource
- is the plug-in sending the notification.