Class DelayedComponentLoaderEvent

java.lang.Object
java.util.EventObject
com.gargoylesoftware.base.gui.DelayedComponentLoaderEvent
All Implemented Interfaces:
Serializable

public class DelayedComponentLoaderEvent extends EventObject
An event that describes changes to a DelayedComponentLoader.
Version:
$Revision: 1.4 $
See Also:
  • Field Details

  • Constructor Details

    • 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 Details

    • 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.