Interface IEventHandler<T>

All Known Implementing Classes:
AbstractAttributeEditor, AiPagination, AttributeGroup, AttributeTable, BaseAbstractModule, CheckBoxAttributeEditor, ColorBoxAttributeEditor, ColorChooser, CommonEventComposite, DateTimeAttributeEditor, DragButton, DropdownAttributeEditor, DropdownItem, EditorHorizontalPanel, EditorSelectAttributeEditor, EditorSelector, EventsInspector, IconAttributeEditor, IconNaviItem, IconSelector, ImageTextItem, ImageUploadAttributeEditor, ImageUploader, LabelAttributeEditor, List, ListDataItem, ListItem, ModuleBar, ModuleBox, ModuleButton, ModuleDispatcher, ModuleSelector, ObjectInspector, ObjectInspectorPanel, PaddingBoxAttributeEditor, SaveBar, SearchBox, SimpleAttributeGroup, SliderAttributeEditor, SliderEx, SubsystemModule, TextAreaAttributeEditor, TextboxAttributeEditor, TextButton, ToolbarModule, ToolbarModules

public interface IEventHandler<T>
事件处理接口.
Author:
zhangjianshe
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onEvent(String topic, int type, T event)
    事件处理.
  • Method Details

    • onEvent

      void onEvent(String topic, int type, T event)
      事件处理.
      Parameters:
      topic - the topic
      type - the type
      event - the event