public interface Extension<T extends CoreAPI>
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Returns the description of this extension.
|
String |
getName()
Returns the name of this extension.
|
void |
init(T coreAPI)
Initializes this extension.
|
String getName()
String getDescription()
void init(T coreAPI) throws PluginException
SimplePluginPlatform whenever the plugin associated with the
extension is loaded, and the extension initialized.coreAPI - The CoreAPI of the host application this extension is
associated to.PluginException - If there's any error while initializing this extension point.Copyright © 2014. All rights reserved.