All Packages  This Package  Class Hierarchy  Class Search  Index

Class COM.tolstoy.imagemeister.PluginManager
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).

Author:
Copyright (c) 1997,1998 Samizdat Productions. All Rights Reserved.




  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  Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7