Package docking
Interface ComponentLoadedListener
-
public interface ComponentLoadedListenerA listener interface to know when a component has been madedisplayable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcomponentLoaded(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 componentprovider- the provider that is the parent of the given component; null if this component is not the child of a component provider
-
-