public MessagingErrorEvent(JSONObject jsonobject) throws JSONException { super(TYPE.getName(), jsonobject); }
public RemoteDeviceReadyEvent(JSONObject jsonobject) throws JSONException { super(TYPE.getName(), jsonobject); }