Package 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
-
Method Summary
Modifier and TypeMethodDescriptionvoidonLoad(INavigatorContentExtension anExtension) Notifies the listener that the given extension has now been loaded.
-
Method Details