buoy.event

Class WindowIconifiedEvent

Implemented Interfaces:
WidgetEvent

public class WindowIconifiedEvent
extends WidgetWindowEvent

This event indicates that a window has been iconified by the user.
Author:
Peter Eastman

Constructor Summary

WindowIconifiedEvent(WindowWidget source)
Create a WindowIconifiedEvent.

Method Summary

Methods inherited from class buoy.event.WidgetWindowEvent

getSource, getWidget

Constructor Details

WindowIconifiedEvent

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

Written by Peter Eastman.