Class ChartStatusEvent
- java.lang.Object
- 
- com.inductiveautomation.sfc.recorder.Event
- 
- com.inductiveautomation.sfc.recorder.ChartStatusEvent
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 - Direct Known Subclasses:
- ChartStateEvent,- ElementStateEvent
 
 public class ChartStatusEvent extends Event - See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description static java.lang.StringTYPEID
 - 
Constructor SummaryConstructors Constructor Description ChartStatusEvent()ChartStatusEvent(ChartStatus status)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidfromJson(JSONObject object)protected java.lang.StringgetElementStatusType(ChartStatus.ElementStatus status)This ignores parallel, which seems to not be used.ChartStatusgetStatus()java.lang.StringgetType()protected voidtoJson(JSONObject object)- 
Methods inherited from class com.inductiveautomation.sfc.recorder.EventcreateFrom, getTimestamp, toJson
 
- 
 
- 
- 
- 
Field Detail- 
TYPEIDpublic static final java.lang.String TYPEID - See Also:
- Constant Field Values
 
 
- 
 - 
Constructor Detail- 
ChartStatusEventpublic ChartStatusEvent() 
 - 
ChartStatusEventpublic ChartStatusEvent(ChartStatus status) 
 
- 
 - 
Method Detail- 
getStatuspublic ChartStatus getStatus() 
 - 
fromJsonprotected void fromJson(JSONObject object) throws JSONException - Overrides:
- fromJsonin class- Event
- Throws:
- JSONException
 
 - 
toJsonprotected void toJson(JSONObject object) throws JSONException - Overrides:
- toJsonin class- Event
- Throws:
- JSONException
 
 - 
getElementStatusTypeprotected java.lang.String getElementStatusType(ChartStatus.ElementStatus status) This ignores parallel, which seems to not be used.
 
- 
 
-