|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.uci.isr.yancees.plugin.AbstractMOPlugin
edu.uci.isr.yancees.plugin.notification.NotificationPlugin
public class NotificationPlugin
Field Summary |
---|
Fields inherited from class edu.uci.isr.yancees.plugin.AbstractMOPlugin |
---|
myListeners, myRequiredPlugins |
Constructor Summary | |
---|---|
NotificationPlugin(SubscriberInterface si,
SubscriptionInterface sub,
org.w3c.dom.Node subTree)
|
Method Summary | |
---|---|
void |
receivePluginNotification(EventInterface[] evtList,
MOPluginInterface source)
Receives a list of events as notifications from another plug-in |
void |
receivePluginNotification(EventInterface evt,
MOPluginInterface source)
Receives a notification from another plug-in |
Methods inherited from class edu.uci.isr.yancees.plugin.AbstractMOPlugin |
---|
addListener, addRequiredPlugin, dispose, finalize, getExpectedPluginIDs, getFullContext, getFullPath, getId, getRequiredPluginsList, getSubscriber, getSubscription, getSubtree, getTag, hasChildren, publishOutput, publishOutput, removeListener |
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NotificationPlugin(SubscriberInterface si, SubscriptionInterface sub, org.w3c.dom.Node subTree)
context
- is the full path in the XML file that this plug-in is parsingsubTree
- is the DOM tree this plugin is responsible for executingdisp
- is a reference to the event dispatcher to where the result of the
evalutation of this plugin is published.Method Detail |
---|
public void receivePluginNotification(EventInterface evt, MOPluginInterface source)
receivePluginNotification
in interface MOPluginListenerInterface
receivePluginNotification
in class AbstractMOPlugin
evt
- is the event receivedsource
- is the plug-in sending the notification.public void receivePluginNotification(EventInterface[] evtList, MOPluginInterface source)
receivePluginNotification
in interface MOPluginListenerInterface
receivePluginNotification
in class AbstractMOPlugin
evtList
- is the list of events receivedsource
- is the plug-in sending the notification.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |