Class WindowEvent


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

    • Constructor Detail

      • WindowEvent

        public WindowEvent​(int type,
                           Object data)
    • Method Detail

      • 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>