Class ChartStatusEvent
java.lang.Object
com.inductiveautomation.sfc.recorder.Event
com.inductiveautomation.sfc.recorder.ChartStatusEvent
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ChartStateEvent
,ElementStateEvent
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.inductiveautomation.sfc.recorder.Event
Event.JsonAdapter
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
fromJson
(JSONObject object) protected String
This ignores parallel, which seems to not be used.getType()
protected void
toJson
(JSONObject object) Methods inherited from class com.inductiveautomation.sfc.recorder.Event
createFrom, getTimestamp, toJson
-
Field Details
-
TYPEID
- See Also:
-
-
Constructor Details
-
ChartStatusEvent
public ChartStatusEvent() -
ChartStatusEvent
-
-
Method Details
-
getType
-
getStatus
-
fromJson
- Overrides:
fromJson
in classEvent
- Throws:
JSONException
-
toJson
- Overrides:
toJson
in classEvent
- Throws:
JSONException
-
getElementStatusType
This ignores parallel, which seems to not be used.
-