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.
-
copyright
-
-
loadingPlugin(PluginI, int)
- This method will be called as each plugin is loaded.
copyright
public final static String copyright
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