org.apache.myfaces.trinidad.event
Class WindowEvent
java.lang.Object
java.util.EventObject
org.apache.myfaces.trinidad.event.WindowEvent
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- WindowLifecycleEvent
public abstract class WindowEvent
- extends EventObject
Represents an event delivered with a Window as the source.
- See Also:
Window
,
WindowLifecycleListener
,
Serialized Form
Constructor Summary |
protected |
WindowEvent(Window source)
Constructs a WindowEvent for the specified Window |
WindowEvent
protected WindowEvent(Window source)
- Constructs a WindowEvent for the specified Window
- Parameters:
source
- the Window that tis the source of this event.
getSource
public Window getSource()
- Overrides:
getSource
in class EventObject
- Returns:
- the Window that this event ocurred on.
subclassEquals
protected final boolean subclassEquals(WindowEvent e)
- Called by subclass
equals
implementation to check the WindowEvent
portion of equivalence.
- Parameters:
e
- Non-null WindowEvent to compare for equality
- Returns:
true
if the the WindowEvent satisfies the WindowEvent portion
of equivalence.
Copyright © 2001-2012 The Apache Software Foundation. All Rights Reserved.