コード例 #1
0
 public MessagingErrorEvent(JSONObject jsonobject) throws JSONException {
   super(TYPE.getName(), jsonobject);
 }
コード例 #2
0
 public RemoteDeviceReadyEvent(JSONObject jsonobject) throws JSONException {
   super(TYPE.getName(), jsonobject);
 }