buoy.event

Class WindowDeactivatedEvent

Implemented Interfaces:
WidgetEvent

public class WindowDeactivatedEvent
extends WidgetWindowEvent

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

Constructor Summary

WindowDeactivatedEvent(WindowWidget source)
Create a WindowDeactivatedEvent.

Method Summary

Methods inherited from class buoy.event.WidgetWindowEvent

getSource, getWidget

Constructor Details

WindowDeactivatedEvent

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

Written by Peter Eastman.