Interface HasCurrentViewChangedHandlers
- All Superinterfaces:
HasHandlers
-
Method Summary
Modifier and TypeMethodDescriptionNotification that fires whenever the current view changes via themainView tabset
.Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
-
Method Details
-
addCurrentViewChangedHandler
Notification that fires whenever the current view changes via themainView tabset
.- Parameters:
handler
- the currentViewChanged handler- Returns:
HandlerRegistration
used to remove this handler
-