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

All Superinterfaces:
EventHandler

public interface TabSelectedHandler
extends 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