All Packages This Package Class Hierarchy Class Search Index
java.lang.Object | +----COM.tolstoy.imagemeister.PluginManager
Summary |
public class PluginManager extends java.lang.Object { // Methods 1 public static int addPlugin(PluginI, int); }
Your IMPluginFactory class should call this singleton's addPlugin() method to register its plugin(s).
Methods |
· addPlugin | Summary | Top |
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.
Parameter Description flags reserved; set to 0
All Packages This Package Class Hierarchy Class Search IndexFreshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7