org.eclipse.ui.navigator
Interface INavigatorContentServiceListener
-
public interface INavigatorContentServiceListener
Used by clients who would like to listen for the load event of am
INavigatorContentExtension
.
-
Since:
- 3.2
onLoad
void onLoad(
INavigatorContentExtension anExtension)
- Notifies the listener that the given extension
has now been loaded. Extensions are loaded as
needed as the user expands nodes in the tree viewer.
-
-
Parameters:
-
anExtension
- The extension that was loaded.
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.