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 Summary
Fields - 
Constructor Summary
ConstructorsConstructorDescriptionChartStateEvent(ChartStateEnum prev, ChartStateEnum cur, ChartStatus status)  - 
Method Summary
Modifier and TypeMethodDescriptionprotected voidfromJson(JSONObject object) getType()protected voidtoJson(JSONObject object) Methods inherited from class com.inductiveautomation.sfc.recorder.ChartStatusEvent
getElementStatusType, getStatusMethods inherited from class com.inductiveautomation.sfc.recorder.Event
createFrom, getTimestamp, toJson 
- 
Field Details
- 
TYPEID
- See Also:
 
 
 - 
 - 
Constructor Details
- 
ChartStateEvent
 - 
ChartStateEvent
public ChartStateEvent() 
 - 
 - 
Method Details
- 
getType
- Overrides:
 getTypein classChartStatusEvent
 - 
getPreviousState
 - 
getCurrentState
 - 
toJson
- Overrides:
 toJsonin classChartStatusEvent- Throws:
 JSONException
 - 
fromJson
- Overrides:
 fromJsonin classChartStatusEvent- Throws:
 JSONException
 
 -