buoy.event

Class WindowClosingEvent

Implemented Interfaces:
WidgetEvent

public class WindowClosingEvent
extends WidgetWindowEvent

This event indicates that the user is attempting to close a window, such as by clicking on its close box.
Author:
Peter Eastman

Constructor Summary

WindowClosingEvent(WindowWidget source)
Create a WindowClosingEvent.

Method Summary

Methods inherited from class buoy.event.WidgetWindowEvent

getSource, getWidget

Constructor Details

WindowClosingEvent

public WindowClosingEvent(WindowWidget source)
Create a WindowClosingEvent.
Parameters:
source - the window to which this event occurred

Written by Peter Eastman.