edu.uci.isr.yancees.plugin
Interface PluginListenerInterface
- All Known Subinterfaces:
- PluginInterface, ProtocolPluginInterface, ProtocolPluginListenerInterface, SharedPluginInterface
- All Known Implementing Classes:
- AbstractPlugin, AbstractProtocolPlugin, ProtocolSession, SubscriptionFacade.SubscriberMediator
- public interface PluginListenerInterface
receivePluginNotification
public void receivePluginNotification(EventInterface evt,
PluginInterface source)
- Receives a notification from another plug-in
- Parameters:
evt
- is the event receivedsource
- is the plug-in sending the notification.
receivePluginNotification
public void receivePluginNotification(EventInterface[] evtList,
PluginInterface 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.