Interface ITabSelectionListener
-
public interface ITabSelectionListenerA listener interested in tab selection events that occur for the tabbed property sheet page.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidtabSelected(ITabDescriptor tabDescriptor)Notifies this listener that the selected tab has changed.
-
-
-
Method Detail
-
tabSelected
void tabSelected(ITabDescriptor tabDescriptor)
Notifies this listener that the selected tab has changed.- Parameters:
tabDescriptor- the selected tab descriptor.- Since:
- 3.4
-
-