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