-
public interface Plugin
Plugin 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 void
initialize(PluginService service)
initialize.default void
shutdown(Context context)
shutdown.
-
-
-
Method Detail
-
initialize
void initialize(PluginService service) throws InitializeException
initialize.
- Parameters:
service
- aPluginService
object.- Throws:
InitializeException
- if error occurs initializing the plugin
-
shutdown
default void shutdown(Context context) throws ShutdownException
shutdown.
- Parameters:
context
- aContext
object.- Throws:
ShutdownException
- if an error occurs shutting down the plugin
-
-