public interface HasCurrentViewChangedHandlers extends HasHandlers
| Modifier and Type | Method and Description |
|---|---|
HandlerRegistration |
addCurrentViewChangedHandler(CurrentViewChangedHandler handler)
Notification that fires whenever the current view changes via the
mainView tabset. |
fireEventHandlerRegistration addCurrentViewChangedHandler(CurrentViewChangedHandler handler)
mainView tabset.handler - the currentViewChanged handlerHandlerRegistration used to remove this handler