com.intel.gpe.client2.common.panels.wrappers
Interface RunInBackgroundPanel

All Superinterfaces:
IConfigurable

public interface RunInBackgroundPanel
extends IConfigurable

The panel for progress indication of some time consuming event. It may be closed ("run in background").

Version:
$Id: RunInBackgroundPanel.java,v 1.1 2006/08/15 13:16:20 lukichev Exp $
Author:
Alexander Lukichev

Method Summary
 void addCloseListener(CloseListener closeListener)
          Register close listener.
 java.awt.Component getComponent()
          Get the component inside the panel.
 
Methods inherited from interface com.intel.gui.controls2.configurable.IConfigurable
addChild, getNode, load, store
 

Method Detail

getComponent

java.awt.Component getComponent()
Get the component inside the panel.

Returns:
the component to render

addCloseListener

void addCloseListener(CloseListener closeListener)
Register close listener.

Parameters:
closeListener - - the listener of close events


Copyright © 2008. All Rights Reserved.