com.sybase.uep.bobclient.controls
Interface TabLayoutManager.TabChangeListener

Enclosing class:
TabLayoutManager

public static interface TabLayoutManager.TabChangeListener

Listener interface for handling tab change events.

Author:
linsong

Method Summary
 void tabChanged(int oldTabIndex, int newTabIndex)
          Invoked by current tab index changes.
 

Method Detail

tabChanged

void tabChanged(int oldTabIndex,
                int newTabIndex)
Invoked by current tab index changes.

Parameters:
oldTabIndex -
newTabIndex -