public class ChartStatusEvent extends Event
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
TYPEID |
| Constructor and Description |
|---|
ChartStatusEvent() |
ChartStatusEvent(ChartStatus status) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
fromJson(JSONObject object) |
protected java.lang.String |
getElementStatusType(ChartStatus.ElementStatus status)
This ignores parallel, which seems to not be used.
|
ChartStatus |
getStatus() |
java.lang.String |
getType() |
protected void |
toJson(JSONObject object) |
createFrom, getTimestamp, toJsonpublic static final java.lang.String TYPEID
public ChartStatusEvent()
public ChartStatusEvent(ChartStatus status)
public ChartStatus getStatus()
protected void fromJson(JSONObject object) throws JSONException
fromJson in class EventJSONExceptionprotected void toJson(JSONObject object) throws JSONException
toJson in class EventJSONExceptionprotected java.lang.String getElementStatusType(ChartStatus.ElementStatus status)