|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
org.apache.myfaces.trinidad.event.WindowEvent
public abstract class WindowEvent
Represents an event delivered with a Window as the source.
Window,
WindowLifecycleListener,
Serialized Form| Field Summary |
|---|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
protected |
WindowEvent(Window source)
Constructs a WindowEvent for the specified Window |
| Method Summary | |
|---|---|
Window |
getSource()
|
protected boolean |
subclassEquals(WindowEvent e)
Called by subclass equals implementation to check the WindowEvent
portion of equivalence. |
| Methods inherited from class java.util.EventObject |
|---|
toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected WindowEvent(Window source)
source - the Window that tis the source of this event.| Method Detail |
|---|
public Window getSource()
getSource in class java.util.EventObjectprotected final boolean subclassEquals(WindowEvent e)
equals implementation to check the WindowEvent
portion of equivalence.
e - Non-null WindowEvent to compare for equality
true if the the WindowEvent satisfies the WindowEvent portion
of equivalence.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||