Eclipse Platform
Release 3.3

org.eclipse.ui.views.properties.tabbed
Interface ITabSelectionListener


public interface ITabSelectionListener

A listener interested in tab selection events that occur for the tabbed property sheet page.


Method Summary
 void tabSelected(org.eclipse.ui.internal.views.properties.tabbed.view.TabDescriptor tabDescriptor)
          Notifies this listener that the selected tab has changed.
 

Method Detail

tabSelected

public void tabSelected(org.eclipse.ui.internal.views.properties.tabbed.view.TabDescriptor tabDescriptor)
Notifies this listener that the selected tab has changed.

Parameters:
tabDescriptor - the selected tab descriptor.

Eclipse Platform
Release 3.3

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2007. All rights reserved.