Class EventInfo
- java.lang.Object
-
- org.zkoss.bind.sys.debugger.impl.info.ExecutionInfoBase
-
- org.zkoss.bind.sys.debugger.impl.info.EventInfo
-
- All Implemented Interfaces:
ExecutionInfo
public class EventInfo extends ExecutionInfoBase
- Author:
- dennis
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringTYPE
-
Constructor Summary
Constructors Constructor Description EventInfo(org.zkoss.zk.ui.Component comp, java.lang.String event, java.lang.String note)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.zkoss.json.JSONObjecttoJSON()-
Methods inherited from class org.zkoss.bind.sys.debugger.impl.info.ExecutionInfoBase
getComponent, getNote, getSubtype, getType, put, putEssential, toString
-
-
-
-
Field Detail
-
TYPE
public static final java.lang.String TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
toJSON
public org.zkoss.json.JSONObject toJSON()
- Overrides:
toJSONin classExecutionInfoBase
-
-