|
||||||||||
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.subscription.SubscriptionPlugin
public class SubscriptionPlugin
Field Summary |
---|
Fields inherited from class edu.uci.isr.yancees.plugin.AbstractMOPlugin |
---|
myListeners, myRequiredPlugins |
Constructor Summary | |
---|---|
SubscriptionPlugin(SubscriberInterface si,
SubscriptionInterface sub,
org.w3c.dom.Node subTree)
|
Method Summary | |
---|---|
protected void |
finalize()
|
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, 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 SubscriptionPlugin(SubscriberInterface si, SubscriptionInterface sub, org.w3c.dom.Node subTree)
subTree
- is the DOM tree this plugin is responsible for executing
Evaluation 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.protected void finalize() throws java.lang.Throwable
finalize
in class AbstractMOPlugin
java.lang.Throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |