buoy.event

Class WindowActivatedEvent

Implemented Interfaces:
WidgetEvent

public class WindowActivatedEvent
extends WidgetWindowEvent

This is an event corresponding to a window becoming the active window.
Author:
Peter Eastman

Constructor Summary

WindowActivatedEvent(WindowWidget source)
Create a WindowActivatedEvent.

Method Summary

Methods inherited from class buoy.event.WidgetWindowEvent

getSource, getWidget

Constructor Details

WindowActivatedEvent

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

Written by Peter Eastman.