Package org.eclipse.ui.navigator
Interface INavigatorContentServiceListener
-
public interface INavigatorContentServiceListenerUsed by clients who would like to listen for the load event of am
INavigatorContentExtension.- Since:
- 3.2
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonLoad(INavigatorContentExtension anExtension)Notifies the listener that the given extension has now been loaded.
-
-
-
Method Detail
-
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.
-
-