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

All Superinterfaces:
com.google.gwt.event.shared.EventHandler

public interface TabSelectedHandler
extends com.google.gwt.event.shared.EventHandler


Method Summary
 void onTabSelected(TabSelectedEvent event)
          Notification fired when a tab is selected.
 

Method Detail

onTabSelected

void onTabSelected(TabSelectedEvent event)
Notification fired when a tab is selected. Note that this will only fire if this tabSet is drawn. If a tab is selected before TabSet.draw() is called, the tabSelected() notification will fire on draw()

Parameters:
event - the event