|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.uci.isr.yancees.server.plugin.AbstractPlugin
edu.uci.isr.yancees.server.plugin.notification.NotificationPlugin
Field Summary |
Fields inherited from class edu.uci.isr.yancees.server.plugin.AbstractPlugin |
myListeners, myRequiredPlugins |
Constructor Summary | |
NotificationPlugin(org.w3c.dom.Node subTree)
|
Method Summary | |
void |
receivePluginNotification(EventInterface[] evtList,
PluginInterface source)
Receives a list of events as notifications from another plug-in |
void |
receivePluginNotification(EventInterface evt,
PluginInterface source)
Receives a notification from another plug-in |
Methods inherited from class edu.uci.isr.yancees.server.plugin.AbstractPlugin |
addListener, addRequiredPlugin, dispose, getExpectedPluginIDs, getFullContext, getFullPath, getId, getRequiredPluginsList, getSubtree, getTag, hasChildren, publishOutput, publishOutput, removeListener |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public NotificationPlugin(org.w3c.dom.Node subTree)
subTree
- is the DOM tree this plugin is responsible for executingMethod Detail |
public void receivePluginNotification(EventInterface evt, PluginInterface source)
receivePluginNotification
in interface PluginListenerInterface
receivePluginNotification
in class AbstractPlugin
evt
- is the event receivedsource
- is the plug-in sending the notification.public void receivePluginNotification(EventInterface[] evtList, PluginInterface source)
receivePluginNotification
in interface PluginListenerInterface
receivePluginNotification
in class AbstractPlugin
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 |