EchoPoint
1.0

echopoint.event
Class DialogEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byechopoint.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(nextapp.echo.Component source)
          Creates a DialogEvent.
 
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(nextapp.echo.Component source)
Creates a DialogEvent.

Parameters:
source - The DialogPanel generating the event.

EchoPoint
1.0