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:
 HandlerRegistrationused to remove this handler
 
 -