Class COM.tolstoy.imagemeister.PluginManager
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class COM.tolstoy.imagemeister.PluginManager

java.lang.Object
   |
   +----COM.tolstoy.imagemeister.PluginManager

public class PluginManager
extends Object
Your IMPluginFactory class should call this singleton's addPlugin() method to register its plugin(s).

Method Index

 o addPlugin(PluginI, int)
Your IMPluginFactory class should call this method with each plugin to be registered.

Methods

 o addPlugin
  public static int addPlugin(PluginI plug,
                              int flags)
Your IMPluginFactory class should call this method with each plugin to be registered. If the plugin was added successfully, returns 0. Otherwise, returns a non-zero error code.
Parameters:
flags - reserved; set to 0

All Packages  Class Hierarchy  This Package  Previous  Next  Index