-
public interface PluginPlugin interface.
- Version:
- $Id: $Id
- Author:
- Robert Savage (http://www.savagehomeautomation.com)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description voidinitialize(PluginService service)initialize.default voidshutdown(Context context)shutdown.
-
-
-
Method Detail
-
initialize
void initialize(PluginService service) throws InitializeException
initialize.
- Parameters:
service- aPluginServiceobject.- Throws:
InitializeException- if error occurs initializing the plugin
-
shutdown
default void shutdown(Context context) throws ShutdownException
shutdown.
- Parameters:
context- aContextobject.- Throws:
ShutdownException- if an error occurs shutting down the plugin
-
-