Package org.eclipse.ui.navigator
Interface IExtensionActivationListener
-
public interface IExtensionActivationListener
An extension activation listener is notified whenever the activation state changes for one or more content extensions.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onExtensionActivation(String aViewerId, String[] theNavigatorExtensionIds, boolean isActive)
-
-
-
Method Detail
-
onExtensionActivation
void onExtensionActivation(String aViewerId, String[] theNavigatorExtensionIds, boolean isActive)
- Parameters:
aViewerId
- The viewer id of the INavigatorContentServicetheNavigatorExtensionIds
- A sorted array of updated extension idsisActive
- The new activation state of the extensions
-
-