public interface Plugin
Plugin interface.
- Version:
- $Id: $Id
- Author:
- Robert Savage (http://www.savagehomeautomation.com)
-
Method Summary
Modifier and TypeMethodDescriptionvoidinitialize(PluginService service) initialize.default voidshutdown.
-
Method Details
-
initialize
initialize.
- Parameters:
service- aPluginServiceobject.- Throws:
InitializeException- if error occurs initializing the plugin
-
shutdown
shutdown.
- Parameters:
context- aContextobject.- Throws:
ShutdownException- if an error occurs shutting down the plugin
-