Eclipse Platform
Release 3.2

org.eclipse.ui.navigator
Interface INavigatorContentServiceListener


public interface INavigatorContentServiceListener

Used by clients who would like to listen for the load event of am INavigatorContentExtension.

Clients may implement this interface.

Since:
3.2

Method Summary
 void onLoad(INavigatorContentExtension anExtension)
          Notifies the listener that the given extension has now been loaded.
 

Method Detail

onLoad

public 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.

Eclipse Platform
Release 3.2

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.