Class ChartStateEvent
java.lang.Object
com.inductiveautomation.sfc.recorder.Event
com.inductiveautomation.sfc.recorder.ChartStatusEvent
com.inductiveautomation.sfc.recorder.ChartStateEvent
- All Implemented Interfaces:
- Serializable
- See Also:
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionChartStateEvent(ChartStateEnum prev, ChartStateEnum cur, ChartStatus status) 
- 
Method SummaryModifier and TypeMethodDescriptionprotected voidfromJson(JSONObject object) getType()protected voidtoJson(JSONObject object) Methods inherited from class com.inductiveautomation.sfc.recorder.ChartStatusEventgetElementStatusType, getStatusMethods inherited from class com.inductiveautomation.sfc.recorder.EventcreateFrom, getTimestamp, toJson
- 
Field Details- 
TYPEID- See Also:
 
 
- 
- 
Constructor Details- 
ChartStateEvent
- 
ChartStateEventpublic ChartStateEvent()
 
- 
- 
Method Details- 
getType- Overrides:
- getTypein class- ChartStatusEvent
 
- 
getPreviousState
- 
getCurrentState
- 
toJson- Overrides:
- toJsonin class- ChartStatusEvent
- Throws:
- JSONException
 
- 
fromJson- Overrides:
- fromJsonin class- ChartStatusEvent
- Throws:
- JSONException
 
 
-