Uses of Interface
edu.uci.isr.yancees.plugin.PluginInterface

Packages that use PluginInterface
edu.uci.isr.yancees.plugin   
edu.uci.isr.yancees.plugin.generic   
edu.uci.isr.yancees.plugin.notification   
edu.uci.isr.yancees.plugin.subscription   
 

Uses of PluginInterface in edu.uci.isr.yancees.plugin
 

Subinterfaces of PluginInterface in edu.uci.isr.yancees.plugin
 interface MOPluginInterface
          This is the interface of the plug-ins of the core of the system.
 interface MOSharedPluginInterface
           
 

Classes in edu.uci.isr.yancees.plugin that implement PluginInterface
 class AbstractMOPlugin
          This abstract class defines the basic functionality of the plug-in as well as its main attributes.
 class AbstractMOSharedPlugin
          This class implements the abstract shared plug-in, a singleton that handles many subtrees
 

Uses of PluginInterface in edu.uci.isr.yancees.plugin.generic
 

Classes in edu.uci.isr.yancees.plugin.generic that implement PluginInterface
 class GenericPlugin
          The idea of this plug-in is to match unknown tags in the subscription DOM tree and perform a runtime search and installation of it in the server.
 

Uses of PluginInterface in edu.uci.isr.yancees.plugin.notification
 

Classes in edu.uci.isr.yancees.plugin.notification that implement PluginInterface
 class NotificationPlugin
           
 

Uses of PluginInterface in edu.uci.isr.yancees.plugin.subscription
 

Classes in edu.uci.isr.yancees.plugin.subscription that implement PluginInterface
 class SubscriptionPlugin