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 Event
createFrom
(JSONObject object) protected void
fromJson
(JSONObject object) long
abstract String
getType()
final JSONObject
toJson()
protected void
toJson
(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
-