Class WindowEvent

java.lang.Object
com.google.web.bindery.event.shared.Event<H>
com.google.gwt.event.shared.GwtEvent<WindowEventHandler>
cn.mapway.ui.shared.WindowEvent

public class WindowEvent extends com.google.gwt.event.shared.GwtEvent<WindowEventHandler>
窗口事件
  • Field Details

  • Constructor Details

    • WindowEvent

      public WindowEvent(int type, Object data)
  • Method Details

    • titleEvent

      public static WindowEvent titleEvent(WindowTitleData data)
    • getData

      public <T> T getData()
      获取关联的数据
      Type Parameters:
      T -
      Returns:
    • getType

      public int getType()
    • isTitleEvent

      public boolean isTitleEvent()
    • getAssociatedType

      public com.google.gwt.event.shared.GwtEvent.Type<WindowEventHandler> getAssociatedType()
      Specified by:
      getAssociatedType in class com.google.gwt.event.shared.GwtEvent<WindowEventHandler>
    • dispatch

      protected void dispatch(WindowEventHandler handler)
      Specified by:
      dispatch in class com.google.gwt.event.shared.GwtEvent<WindowEventHandler>