com.gargoylesoftware.base.gui
Class DelayedComponentLoaderEvent

java.lang.Object
  extended byjava.util.EventObject
      extended bycom.gargoylesoftware.base.gui.DelayedComponentLoaderEvent
All Implemented Interfaces:
Serializable

public class DelayedComponentLoaderEvent
extends EventObject

An event that describes changes to a DelayedComponentLoader.

Version:
$Revision: 1.5 $
Author:
Mike Bowler
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
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.
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DelayedComponentLoaderEvent

public DelayedComponentLoaderEvent(Object source,
                                   ComponentLoader loader,
                                   Component loadedComponent)
Create a new event.

Parameters:
source - The source component.
loader - The component loader
loadedComponent - The component that was loaded.
Method Detail

getComponentLoader

public ComponentLoader getComponentLoader()
Return the component loader or null if there isn't one.

Returns:
The component loader or null if there isn't one.

getLoadedComponent

public Component getLoadedComponent()
Return the component that was loaded or null if the loading has not completed.

Returns:
The component that was loaded or null if the loading has not completed.


Copyright © 1998-2005 Gargoyle Software Inc.. All Rights Reserved.