public class Plugin
extends java.lang.Object
| Constructor and Description |
|---|
Plugin () |
| Modifier and Type | Method and Description |
|---|---|
boolean |
enabled ()
Is this plugin enabled.
|
void |
onStart ()
Called when the application starts.
|
void |
onStop ()
Called when the application stops.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic Plugin()
public void onStart()
public void onStop()
public boolean enabled()