| Modifier and Type | Field and Description |
|---|---|
protected long |
pluginID
Plug-in identification number
|
| Constructor and Description |
|---|
AbstractDevice(Long pluginID)
Initializes this AbstractDevice.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getTitle()
Get run-time title of this plug-in.
|
void |
initialize(SettingsManager settings)
No-operation.
|
void |
reset()
No-operation.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdestroy, getVersion, isShowSettingsSupported, showSettingspublic AbstractDevice(Long pluginID)
pluginID - plug-in idNullPointerException - if pluginID is nullpublic void initialize(SettingsManager settings) throws PluginInitializationException
initialize in interface Pluginsettings - settings manipulation objectPluginInitializationException - never in the default implementationpublic String getTitle()
PluginCopyright © 2017. All rights reserved.