NextApp Echo
1.1.4

nextapp.echo.event
Class WindowEvent

java.lang.Object
  extended byjava.util.EventObject
      extended bynextapp.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.
 
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.

NextApp Echo
1.1.4