public interface IExtensionActivationListener
Clients may implement this interface.
Modifier and Type | Method and Description |
---|---|
void |
onExtensionActivation(String aViewerId,
String[] theNavigatorExtensionIds,
boolean isActive) |
void onExtensionActivation(String aViewerId, String[] theNavigatorExtensionIds, boolean isActive)
aViewerId
- The viewer id of the INavigatorContentServicetheNavigatorExtensionIds
- An array of updated extension idsisActive
- The new activation state of the extensionsGuidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.