buoy.event

Class WindowResizedEvent

Implemented Interfaces:
WidgetEvent

public class WindowResizedEvent
extends WidgetWindowEvent

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

Constructor Summary

WindowResizedEvent(WindowWidget source)
Create a WindowResizedEvent.

Method Summary

Methods inherited from class buoy.event.WidgetWindowEvent

getSource, getWidget

Constructor Details

WindowResizedEvent

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

Written by Peter Eastman.