-
public interface IActionInterface for actions we send to the NIMMSTA App
-
-
Method Summary
Modifier and Type Method Description JsonObjectgetJson()JsonObjectgetDataJson()StringgetName()abstract BooleangetIsDeviceAction()-
-
Method Detail
-
getJson
JsonObject getJson()
-
getDataJson
JsonObject getDataJson()
-
getIsDeviceAction
abstract Boolean getIsDeviceAction()
-
-
-
-