Package cn.mapway.ui.client.event
Interface IEventHandler<T>
-
- All Known Implementing Classes:
AbstractAttributeEditor,AttributeGroup,AttributeTable,BaseAbstractModule,CheckBoxAttributeEditor,ColorBoxAttributeEditor,ColorChooser,CommonEventComposite,DateTimeAttributeEditor,DropdownAttributeEditor,DropdownItem,EditorHorizontalPanel,EditorSelectAttributeEditor,EditorSelector,EventsInspector,IconAttributeEditor,IconSelector,ImageTextItem,ImageUploadAttributeEditor,ImageUploader,LabelAttributeEditor,ListDataItem,ModuleBar,ModuleBox,ModuleButton,ModuleDispatcher,ModuleSelector,ObjectInspector,ObjectInspectorPanel,PaddingBoxAttributeEditor,SaveBar,SimpleAttributeGroup,SliderAttributeEditor,SliderEx,SubsystemModule,TextAreaAttributeEditor,TextboxAttributeEditor,ToolbarModule,ToolbarModules
public interface IEventHandler<T>事件处理接口.- Author:
- zhangjianshe
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonEvent(String topic, int type, T event)事件处理.
-