Package docking
Interface ComponentLoadedListener
-
public interface ComponentLoadedListener
A listener interface to know when a component has been madedisplayable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
componentLoaded(DockingWindowManager windowManager, ComponentProvider provider)
Called when the component is 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; 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
-
-