Package docking

Interface ComponentLoadedListener


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

      • componentLoaded

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