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 Type
    Method
    Description
    void
    Notifies the listener that the given extension has now been loaded.
  • Method Details

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