Interface HasWindowEventHandlers

All Superinterfaces:
com.google.gwt.event.shared.HasHandlers

public interface HasWindowEventHandlers extends com.google.gwt.event.shared.HasHandlers
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.gwt.event.shared.HandlerRegistration
     

    Methods inherited from interface com.google.gwt.event.shared.HasHandlers

    fireEvent
  • Method Details

    • addWindowEventHandler

      com.google.gwt.event.shared.HandlerRegistration addWindowEventHandler(WindowEventHandler handler)