Package org.zkoss.bind.sys.debugger
Interface ExecutionInfo
-
- All Known Implementing Classes:
AddBindingInfo
,AddCommandBindingInfo
,AnnoWarnInfo
,CommandInfo
,EventInfo
,ExecutionInfoBase
,LoadInfo
,NotifyChangeInfo
,SaveInfo
,StackInfo
,ValidationInfo
public interface ExecutionInfo
the base interface of ExecutionInfo- Author:
- dennis
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Component
getComponent()
the component of this infojava.lang.String
getNote()
the note of this infojava.lang.String
getType()
the type of this info
-
-
-
Method Detail
-
getComponent
Component getComponent()
the component of this info
-
getType
java.lang.String getType()
the type of this info
-
getNote
java.lang.String getNote()
the note of this info
-
-