com.droplets.api.event
Class WindowCloseEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--com.droplets.api.event.WindowCloseEvent
All Implemented Interfaces:
java.io.Serializable

public class WindowCloseEvent
extends java.util.EventObject

Event fired when a window is closed.

See Also:
Serialized Form

Fields inherited from class java.util.EventObject
source
 
Constructor Summary
WindowCloseEvent(Window source)
          Constructs a new WindowCloseEvent.
 
Method Summary
 Window getWindow()
          Type-safe method to return the source object of this event, since we know it's a Window.
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WindowCloseEvent

public WindowCloseEvent(Window source)
Constructs a new WindowCloseEvent.
Parameters:
source - the window that is closing
Method Detail

getWindow

public Window getWindow()
Type-safe method to return the source object of this event, since we know it's a Window.
Returns:
the window that is closing


Copyright © Droplets, 2001. All Rights Reserved.