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
 Component getComponent()
          the component of this info
 java.lang.String getNote()
          the note of this info
 java.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



Copyright © 2005-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo