com.gargoylesoftware.base.gui
public class DelayedComponentLoaderEvent extends EventObject
Version: $Revision: 1.4 $
Field Summary | |
---|---|
Component | loadedComponent_ |
ComponentLoader | loader_ |
static long | serialVersionUID |
Constructor Summary | |
---|---|
DelayedComponentLoaderEvent(Object source, ComponentLoader loader, Component loadedComponent)
Create a new event.
|
Method Summary | |
---|---|
ComponentLoader | getComponentLoader()
Return the component loader or null if there isn't one. |
Component | getLoadedComponent()
Return the component that was loaded or null if the loading has
not completed.
|
Parameters: source The source component. loader The component loader loadedComponent The component that was loaded.
Returns: The component loader or null if there isn't one.
Returns: The component that was loaded or null if the loading has not completed.