com.smartgwt.client.widgets.tab.events
Interface HasTabDeselectedHandlers

All Superinterfaces:
HasHandlers
All Known Implementing Classes:
TabSet

public interface HasTabDeselectedHandlers
extends HasHandlers


Method Summary
 HandlerRegistration addTabDeselectedHandler(TabDeselectedHandler handler)
          Notification fired when a tab is deselected.
 
Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
 

Method Detail

addTabDeselectedHandler

HandlerRegistration addTabDeselectedHandler(TabDeselectedHandler handler)
Notification fired when a tab is deselected.

Parameters:
handler - the tabDeselected handler
Returns:
HandlerRegistration used to remove this handler