Ejemplo n.º 1
0
 public MessagingErrorEvent(JSONObject jsonobject) throws JSONException {
   super(TYPE.getName(), jsonobject);
 }
 public RemoteDeviceReadyEvent(JSONObject jsonobject) throws JSONException {
   super(TYPE.getName(), jsonobject);
 }