Main Page
    Cookbook/Overview     ImageMeister     the jcprops file     Licensing
    Binary Installation & Configuration [ Win · Mac · Nix · OSX ]     Changes
    Public API
    Source Code Main Page
        Java [ Common · Win · Mac · Nix ]     Native Code [ Common · Win · Mac · Nix ]     Manifest
        Native Code Overviews [ Common · Win · Mac · Nix · Strings ]     Macros [ General · Native Macros ]
        Walkthroughs [ Java only · Java and native ]     Building [ Win · Mac · Nix · OSX ]     Distribution Issues

All Packages  This Package  Class Hierarchy  Class Search  Index

Interface com.tolstoy.imagemeister.PluginWatcherI

  Summary

public interface  PluginWatcherI
{
          // Fields 1
     public static final String copyright;

          // Methods 1
     public abstract int loadingPlugin(PluginI, int);
}

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 (c) 1998-2002 Samizdat Productions. All Rights Reserved. ImageMeister is a Trademark of Samizdat Productions.


  Cross Reference

Returned By:
PluginFactoryI.getPluginWatcher()





  Fields

· copyright

Summary  |  Top
   public static final String copyright


  Methods

· loadingPlugin

Summary  |  Top

   public abstract int loadingPlugin(PluginI plug, 
                                     int flags) 

This method will be called as each plugin is loaded. This method should return 0.

Parameter Description
flags reserved, ignore



All Packages  This Package  Class Hierarchy  Class Search  Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7