Package docking
Interface ComponentLoadedListener
public interface ComponentLoadedListener
A listener interface to know when a component has been
made
displayable-
Method Summary
Modifier and TypeMethodDescriptionvoidcomponentLoaded(DockingWindowManager windowManager, ComponentProvider provider) Called when the component is made displayable
-
Method Details
-
componentLoaded
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 managerprovider- 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
-