Interface HasResizeHandlers
-
- All Superinterfaces:
HasHandlers
- All Known Implementing Classes:
ResizeLayoutPanel
public interface HasResizeHandlers extends HasHandlers
A widget that implements this interface is a public source ofResizeEvent
events.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HandlerRegistration
addResizeHandler(ResizeHandler handler)
Adds aResizeEvent
handler.-
Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
-
-
-
-
Method Detail
-
addResizeHandler
HandlerRegistration addResizeHandler(ResizeHandler handler)
Adds aResizeEvent
handler.- Parameters:
handler
- the handler- Returns:
- the handler registration
-
-