com.gargoylesoftware.base.gui
Interface DelayedComponentLoaderListener


public interface DelayedComponentLoaderListener

A listener for DelayedComponentLoader events

Version:
$Revision: 1.4 $
Author:
Mike Bowler

Method Summary
 void componentLoadingFinished(DelayedComponentLoaderEvent event)
          Called when the loader has finished its work.
 void componentLoadingStarted(DelayedComponentLoaderEvent event)
          Called when the loader has started it's work.
 

Method Detail

componentLoadingStarted

public void componentLoadingStarted(DelayedComponentLoaderEvent event)
Called when the loader has started it's work. This method will be invoked on the UI thread.

Parameters:
event - The event.

componentLoadingFinished

public void componentLoadingFinished(DelayedComponentLoaderEvent event)
Called when the loader has finished its work. This method will be invoked on the UI thread.

Parameters:
event - The event.


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