public interface HasTabsReorderedHandlers
extends com.google.gwt.event.shared.HasHandlers
Modifier and Type | Method and Description |
---|---|
com.google.gwt.event.shared.HandlerRegistration |
addTabsReorderedHandler(TabsReorderedHandler handler)
Notification method executed when one or more tabs in the TabSet are reordered.
|
com.google.gwt.event.shared.HandlerRegistration addTabsReorderedHandler(TabsReorderedHandler handler)
handler
- the tabsReordered handlerHandlerRegistration
used to remove this handler