Interface ITabSelectionListener
public interface ITabSelectionListener
A listener interested in tab selection events that occur for the tabbed
property sheet page.
- Author:
- Anthony Hunter
-
Method Summary
Modifier and TypeMethodDescriptionvoid
tabSelected
(ITabDescriptor tabDescriptor) Notifies this listener that the selected tab has changed.
-
Method Details
-
tabSelected
Notifies this listener that the selected tab has changed.- Parameters:
tabDescriptor
- the selected tab descriptor.- Since:
- 3.4
-