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 ExecutionInfothe base interface of ExecutionInfo- Author:
- dennis
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.zkoss.zk.ui.ComponentgetComponent()the component of this infojava.lang.StringgetNote()the note of this infojava.lang.StringgetType()the type of this info
-