Uses of Interface
net.firstpartners.rp.plugins.events.IInterestedInAdd

Packages that use IInterestedInAdd
net.firstpartners.rp.mid.category Basic Unit of Knowledge storage in the system.
 
net.firstpartners.rp.mid.global Classes that are exposed System wide.
 
 

Uses of IInterestedInAdd in net.firstpartners.rp.mid.category
 

Classes in net.firstpartners.rp.mid.category that implement IInterestedInAdd
 class CategoryManager
          A Category is one set of data within the link KnowledgeSphere.
 

Uses of IInterestedInAdd in net.firstpartners.rp.mid.global
 

Fields in net.firstpartners.rp.mid.global declared as IInterestedInAdd
(package private)  IInterestedInAdd ControllerThread.m_plugin
          Add-Plugin to controll
 

Methods in net.firstpartners.rp.mid.global that return IInterestedInAdd
static IInterestedInAdd[] PluginManager.getInterestedInAdd()
          Get a handle to all the plugins interested in receiving add events
 

Methods in net.firstpartners.rp.mid.global with parameters of type IInterestedInAdd
static void PluginManager.addPluginThread(IInterestedInAdd plugin, INewInformation info)
          Add the controller thread formed by plugin and information to the running list in order to be controlled
private  void PluginManager.addPluginTypeInAdd(IInterestedInAdd plugin)
          Add the plugin to InAdd list
 

Constructors in net.firstpartners.rp.mid.global with parameters of type IInterestedInAdd
ControllerThread(IInterestedInAdd plugin, INewInformation info)
          Creates a new ControllerThread object.