nextapp.echo.event
Class WindowEvent

java.lang.Object
  extended by java.util.EventObject
      extended by nextapp.echo.event.WindowEvent
All Implemented Interfaces:
java.io.Serializable

public class WindowEvent
extends java.util.EventObject

An event indicating a change in window state.

See Also:
Window, WindowListener, Serialized Form

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

WindowEvent

public WindowEvent(Window source)
Creates a WindowEvent.

Parameters:
source - The window generating the event.