public class EEFLegacyTabSelectionListener extends java.lang.Object implements IEEFTabSelectionListener
ITabSelectionListener to an IEEFTabSelectionListener.| Constructor and Description |
|---|
EEFLegacyTabSelectionListener(org.eclipse.ui.views.properties.tabbed.ITabSelectionListener legacyTabSelectionListener)
The constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
void |
tabSelected(IEEFTabDescriptor tabDescriptor)
Notifies this listener that the selected tab has changed.
|
public EEFLegacyTabSelectionListener(org.eclipse.ui.views.properties.tabbed.ITabSelectionListener legacyTabSelectionListener)
legacyTabSelectionListener - A legacy tab selectionListenerpublic void tabSelected(IEEFTabDescriptor tabDescriptor)
tabSelected in interface IEEFTabSelectionListenertabDescriptor - the selected tab descriptor.IEEFTabSelectionListener.tabSelected(IEEFTabDescriptor)public boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectIEEFTabSelectionListener#equals(Object)public int hashCode()
hashCode in class java.lang.ObjectIEEFTabSelectionListener#hashCode()