Sl4aEventDispatcher.EventSl4aObject

public static class Sl4aEventDispatcher.EventSl4aObject
extends Object

java.lang.Object 中
   ↳ com.android.tradefed.util.sl4a.Sl4aEventDispatcher.EventSl4aObject


事件轮询器返回的对象。

摘要

公共构造函数

EventSl4aObject(JSONObject response)

公共方法

String getData()
String getName()
long getTime()
String toString()

公共构造函数

EventSl4a 对象

public EventSl4aObject (JSONObject response)

参数
response JSONObject

抛出
JSONException

公共方法

getData

public String getData ()

返回
String

getName

public String getName ()

返回
String

getTime

public long getTime ()

返回
long

toString

public String toString ()

返回
String