edu.uci.isr.yancees.server.plugin
Interface SharedPluginInterface

All Superinterfaces:
PluginInterface, PluginListenerInterface

public interface SharedPluginInterface
extends PluginInterface


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

Method Detail

processNewParsedSubtree

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