com.glaivestone.mv
Class WindowEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--com.glaivestone.javax.util.ConfirmationEventObject
              |
              +--com.glaivestone.mv.WindowEvent
All Implemented Interfaces:
java.io.Serializable

public class WindowEvent
extends ConfirmationEventObject

A window event is fired to notify listeners of window life-cycle events.

Author:
Deb Lewis
See Also:
Serialized Form

Constructor Summary
WindowEvent(java.awt.Window aWindow, java.lang.Object source)
          Constructs a window notification event.
WindowEvent(java.awt.Window aWindow, java.lang.Object source, boolean isVetoable)
          Constructs a window event.
 
Method Summary
 java.awt.Window getWindow()
          Answer the window involved in this event.
 
Methods inherited from class com.glaivestone.javax.util.ConfirmationEventObject
veto
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WindowEvent

public WindowEvent(java.awt.Window aWindow,
                   java.lang.Object source)
Constructs a window notification event.

Parameters:
source - The object on which the event initially occurred.

WindowEvent

public WindowEvent(java.awt.Window aWindow,
                   java.lang.Object source,
                   boolean isVetoable)
Constructs a window event.

Parameters:
source - The object on which the event initially occurred.
Method Detail

getWindow

public java.awt.Window getWindow()
Answer the window involved in this event.


GFL 1.1 API