NextApp Echo2
v2.1.0.rc2

nextapp.echo2.app.event
Class WindowPaneEvent

java.lang.Object
  extended byjava.util.EventObject
      extended bynextapp.echo2.app.event.WindowPaneEvent
All Implemented Interfaces:
java.io.Serializable

public class WindowPaneEvent
extends java.util.EventObject

An event describing an update to the state of a WindowPane.

See Also:
Serialized Form

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

WindowPaneEvent

public WindowPaneEvent(java.lang.Object source)
Creates a new WindowPaneEvent.

Parameters:
source - the source of the event

NextApp Echo2
v2.1.0.rc2