M - modelpublic interface DajlabControllerExtensionInterface<M extends DajlabModelInterface> extends DajlabExtension
| Modifier and Type | Method and Description |
|---|---|
void |
connect()
Connect the devices.
|
void |
disconnect()
Disconnect the devices.
|
String |
getLocalization()
See
MessagesUtil for localization rules. |
M |
getModel()
Return the model.
|
void |
updateModel(M model)
Update the current model with the loaded model.
|
void connect()
void disconnect()
void updateModel(M model)
model - loaded model.M getModel()
DajlabModelInterfaceString getLocalization()
MessagesUtil for localization rules.MessagesUtilCopyright © 2018. All rights reserved.