|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectedu.uci.isr.yancees.plugin.AbstractPlugin
edu.uci.isr.yancees.server.plugin.notification.push.PushPlugin
| Field Summary |
| Fields inherited from class edu.uci.isr.yancees.plugin.AbstractPlugin |
myListeners, myRequiredPlugins |
| Constructor Summary | |
PushPlugin(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.plugin.AbstractPlugin |
addListener, addRequiredPlugin, dispose, finalize, getExpectedPluginIDs, getFullContext, getFullPath, getId, getRequiredPluginsList, 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 PushPlugin(org.w3c.dom.Node subTree)
subTree - is the DOM tree this plugin is responsible for executing
evalutation of this plugin is published.| Method Detail |
public void receivePluginNotification(EventInterface evt,
PluginInterface source)
receivePluginNotification in interface PluginListenerInterfacereceivePluginNotification in class AbstractPluginevt - is the event receivedsource - is the plug-in sending the notification.
public void receivePluginNotification(EventInterface[] evtList,
PluginInterface source)
receivePluginNotification in interface PluginListenerInterfacereceivePluginNotification in class AbstractPluginevtList - 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 | ||||||||||