public interface MMPlugin extends MMBasePlugin
| Modifier and Type | Method and Description |
|---|---|
void |
dispose()
The main app calls this method to remove the module window
|
void |
setApp(ScriptInterface app)
The main app passes its ScriptInterface to the module.
|
void |
show()
Open the module window
|
getCopyright, getDescription, getInfo, getVersionvoid dispose()
void setApp(ScriptInterface app)
app - - ScriptInterface implementationvoid show()