Class Event
java.lang.Object
com.inductiveautomation.sfc.recorder.Event
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ChartStatusEvent
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic EventcreateFrom(JSONObject object) protected voidfromJson(JSONObject object) longabstract StringgetType()final JSONObjecttoJson()protected voidtoJson(JSONObject object) 
- 
Constructor Details- 
Eventpublic Event()
 
- 
- 
Method Details- 
getType
- 
getTimestamppublic long getTimestamp()
- 
toJson- Throws:
- JSONException
 
- 
toJson- Throws:
- JSONException
 
- 
fromJson- Throws:
- JSONException
 
- 
createFrom- Throws:
- Exception
 
 
-