Interface PluginJava


public interface PluginJava
Represents a Java Plugin, which is interfaced for a plugin to be loaded and enabled.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when the plugin is enabled
    void
    Called when the plugin is disabled
  • Method Details

    • onStop

      void onStop()
      Called when the plugin is disabled
    • onStart

      void onStart()
      Called when the plugin is enabled