Interface IPluginLifecycleListener

  • All Known Subinterfaces:
    IPlatformPlugin

    public interface IPluginLifecycleListener
    This interface provides entry points to the plugin manager for plugin loading, and unloading. In other words, a plugin can respond to it's state with respect to the plugin manager.
    Author:
    mbatchel
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void init()
      Called just prior to the plugin being registered with the platform.
      void loaded()
      Called after the plugin has been registered with the platform, i.e.
      void unLoaded()
      Called when the plugin needs to be unloaded.