Package docking

Interface ComponentLoadedListener


public interface ComponentLoadedListener
A listener interface to know when a component has been made displayable
  • Method Details

    • componentLoaded

      void componentLoaded(DockingWindowManager windowManager, ComponentProvider provider)
      Called when the component is made displayable
      Parameters:
      windowManager - the window manager associated with the loaded component; null if the component for this listener is not parented by a docking window manager
      provider - the provider that is the parent of the given component; null if the component for this listener is not the child of a component provider