Package com.welcome234.pluginsystem
Interface PluginJava
public interface PluginJava
Represents a Java Plugin, which is interfaced for a plugin to be loaded and enabled.
-
Method Summary
-
Method Details
-
onStop
void onStop()Called when the plugin is disabled -
onStart
void onStart()Called when the plugin is enabled
-