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

Packages that use MOPluginListenerInterface
edu.uci.isr.yancees   
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 MOPluginListenerInterface in edu.uci.isr.yancees
 

Classes in edu.uci.isr.yancees that implement MOPluginListenerInterface
 class SubscriptionFacade.SubscriptionMediator
          The subscriber mediator receives notifications from the plug-ins and forward them to their specific subscribers.
 

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

Subinterfaces of MOPluginListenerInterface 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 MOPluginListenerInterface
 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
 

Methods in edu.uci.isr.yancees.plugin with parameters of type MOPluginListenerInterface
 void MOPluginInterface.addListener(MOPluginListenerInterface plugin)
          Makes this plug-in notify another provided plugin whenever it computers its output The output here is data (events) obtained as a result of a subscription
 void AbstractMOPlugin.addListener(MOPluginListenerInterface plugin)
          Makes this plug-in notify another provided plugin whenever it computers its output
 void MOPluginInterface.removeListener(MOPluginListenerInterface plugin)
          Removes a plug-in registered as listener of this plug-in
 void AbstractMOPlugin.removeListener(MOPluginListenerInterface plugin)
          Removes a plug-in registered as listener of this plug-in
 

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

Classes in edu.uci.isr.yancees.plugin.generic that implement MOPluginListenerInterface
 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 MOPluginListenerInterface in edu.uci.isr.yancees.plugin.notification
 

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

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

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