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.
- Since:
- 3.2
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onExtensionActivation
(String aViewerId, String[] theNavigatorExtensionIds, boolean isActive)
-
Method Details
-
onExtensionActivation
- Parameters:
aViewerId
- The viewer id of the INavigatorContentServicetheNavigatorExtensionIds
- A sorted array of updated extension idsisActive
- The new activation state of the extensions
-