Class AbstractAppEvent

    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent

        com.google.gwt.event.shared.GwtEvent.Type<H extends Object>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static com.google.gwt.event.shared.GwtEvent.Type<AppEventHandler> TYPE  
    • Field Detail

      • TYPE

        public static com.google.gwt.event.shared.GwtEvent.Type<AppEventHandler> TYPE
    • Constructor Detail

      • AbstractAppEvent

        public AbstractAppEvent()
    • Method Detail

      • getAssociatedType

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