public interface IPlugin extends IExtension
EXTENSION_COMPRESSION, EXTENSION_DISCOVERY, EXTENSION_ENCRYPTION, EXTENSION_ROUTING, EXTENSION_SEMANTIC, EXTENSION_SERIALIZATION, EXTENSION_TRANSCEIVER
Modifier and Type | Method and Description |
---|---|
PluginDescription |
getPluginDescription()
Returns the plug-in description of the plug-in.
|
void |
start()
Called by the plug-in manager whenever the plug-in is installed.
|
void |
stop()
Called by the plug-in manager whenever the plug-in is removed.
|
void start()
void stop()
PluginDescription getPluginDescription()