edu.uci.isr.yancees.plugin
Interface MOSharedPluginInterface

All Superinterfaces:
MOPluginInterface, MOPluginListenerInterface, PluginInterface

public interface MOSharedPluginInterface
extends MOPluginInterface


Method Summary
 void processNewParsedSubtree(org.w3c.dom.Node subTree)
           
 
Methods inherited from interface edu.uci.isr.yancees.plugin.MOPluginInterface
addListener, addRequiredPlugin, dispose, getFullContext, getFullPath, getRequiredPluginsList, getSubscriber, getSubscription, getSubtree, hasChildren, removeListener
 
Methods inherited from interface edu.uci.isr.yancees.plugin.PluginInterface
getId, getTag
 
Methods inherited from interface edu.uci.isr.yancees.plugin.MOPluginListenerInterface
receivePluginNotification, receivePluginNotification
 

Method Detail

processNewParsedSubtree

void processNewParsedSubtree(org.w3c.dom.Node subTree)