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 ()

公共构造函数

事件Sl4a对象

public EventSl4aObject (JSONObject response)

参数
response JSONObject

投掷
JSONException

公共方法

获取数据

public String getData ()

退货
String

获取名称

public String getName ()

退货
String

获取时间

public long getTime ()

退货
long

到字符串

public String toString ()

退货
String