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

Interface COM.tolstoy.imagemeister.PluginWatcherI

public interface PluginWatcherI
extends Object
If your IMPluginFactory returns an object implementing the following interface from its getPluginWatcher() method, the object will be called as each plugin is loaded, including the plugins loaded by your IMPluginFactory class, and all others.

Variable Index

 o copyright

Method Index

 o loadingPlugin(PluginI, int)
This method will be called as each plugin is loaded.

Variables

 o copyright
  public final static String copyright

Methods

 o loadingPlugin
  public abstract int loadingPlugin(PluginI plug,
                                    int flags)
This method will be called as each plugin is loaded. This method should return 0.
Parameters:
flags - reserved, ignore

All Packages  Class Hierarchy  This Package  Previous  Next  Index