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 . |
fireEvent
HandlerRegistration addCurrentViewChangedHandler(CurrentViewChangedHandler handler)
mainView tabset
.handler
- the currentViewChanged handlerHandlerRegistration
used to remove this handler