net.mlw.gfw.ext.basic.client.component
Class StatusDialog

java.lang.Object
  |
  +--net.mlw.gfw.ext.basic.client.component.StatusDialog
All Implemented Interfaces:
EventHandler

public class StatusDialog
extends java.lang.Object
implements EventHandler

Version:
$Revision: 1.2 $ $Date: 2004/06/29 20:32:58 $
Author:
Matthew L. Wilson

Field Summary
protected  java.awt.Component parent
           
 
Constructor Summary
StatusDialog(java.awt.Component parent)
           
 
Method Summary
 void onEvent(net.mlw.gfw.event.Event event)
          This method processes an event.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

parent

protected java.awt.Component parent
Constructor Detail

StatusDialog

public StatusDialog(java.awt.Component parent)
Method Detail

onEvent

public void onEvent(net.mlw.gfw.event.Event event)
Description copied from interface: EventHandler
This method processes an event.

Specified by:
onEvent in interface EventHandler
Parameters:
event - The Event to be processed.
See Also:
EventHandler.onEvent(net.mlw.gfw.event.Event)


Copyright © 2003-2004 mlavilson. All Rights Reserved.