Skip navigation links


org.apache.myfaces.trinidad.event
Class WindowEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.apache.myfaces.trinidad.event.WindowEvent

All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
WindowLifecycleEvent

public abstract class WindowEvent
extends java.util.EventObject

Represents an event delivered with a Window as the source.

See Also:
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

WindowEvent

protected WindowEvent(Window source)
Constructs a WindowEvent for the specified Window
Parameters:
source - the Window that tis the source of this event.

Method Detail

getSource

public Window getSource()
Overrides:
getSource in class java.util.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.

Skip navigation links


Copyright © 2001-2012 The Apache Software Foundation. All Rights Reserved.