public abstract class WindowEvent extends EventObject
Window, 
WindowLifecycleListener, 
Serialized Formsource| Modifier | Constructor and Description | 
|---|---|
| protected  | WindowEvent(Window source)Constructs a WindowEvent for the specified Window | 
| Modifier and Type | Method and Description | 
|---|---|
| Window | getSource() | 
| protected boolean | subclassEquals(WindowEvent e)Called by subclass  equalsimplementation to check the WindowEvent
 portion of equivalence. | 
toStringprotected WindowEvent(Window source)
source - the Window that tis the source of this event.public Window getSource()
getSource in class EventObjectprotected final boolean subclassEquals(WindowEvent e)
equals implementation to check the WindowEvent
 portion of equivalence.e - Non-null WindowEvent to compare for equalitytrue if the the WindowEvent satisfies the WindowEvent portion
 of equivalence.Copyright © 2001-2017 The Apache Software Foundation. All Rights Reserved.