类 DebugFrame
java.lang.Object
com.gdxsoft.easyweb.debug.DebugFrame
用于跟踪执行的路径
- 作者:
- Administrator
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明longvoidsetClassName(Object classObject) voidsetDesscription(String desscription) voidsetEventName(String eventName)
-
构造器详细资料
-
DebugFrame
public DebugFrame() -
DebugFrame
-
-
方法详细资料
-
getDebugDate
- 返回:
- the _DebugDate
-
getClassName
- 返回:
- the _ClassName
-
setClassName
- 参数:
className- the _ClassName to set
-
getEventName
- 返回:
- the _EventName
-
setEventName
- 参数:
eventName- the _EventName to set
-
getDesscription
- 返回:
- the _Desscription
-
setDesscription
- 参数:
desscription- the _Desscription to set
-
getCurrentTime
public long getCurrentTime()- 返回:
- the _CurrentTime
-