Interface EditixPlugin

All Known Implementing Classes:
TestPlugin

public interface EditixPlugin
Version:
1.0
Author:
(c) 2003 JAPISoft / Alexandre Brillant
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getName()  
    void init()
    Initialize the plugin at starting
    void start​(PluginContext context)
    Start the plugin
  • Method Details

    • getName

      java.lang.String getName()
      Returns:
      the plugIn name
    • init

      void init()
      Initialize the plugin at starting
    • start

      void start​(PluginContext context)
      Start the plugin