echopoint.event
Class DialogEvent

java.lang.Object
  extended by java.util.EventObject
      extended by echopoint.event.DialogEvent
All Implemented Interfaces:
java.io.Serializable

public class DialogEvent
extends java.util.EventObject

An event indicating a change in DialogPanel state.

See Also:
DialogPanel, DialogListener, Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
DialogEvent(Component source)
          Creates a DialogEvent.
 
Method Summary
 
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

DialogEvent

public DialogEvent(Component source)
Creates a DialogEvent.

Parameters:
source - The DialogPanel generating the event.