buoy.event

Class FocusLostEvent

Implemented Interfaces:
WidgetEvent

public class FocusLostEvent
extends WidgetFocusEvent

This is an event corresponding to a Widget losing keyboard focus.
Author:
Peter Eastman

Constructor Summary

FocusLostEvent(Widget source, boolean temporary)
Create a FocusLostEvent.

Method Summary

Methods inherited from class buoy.event.WidgetFocusEvent

getSource, getWidget

Constructor Details

FocusLostEvent

public FocusLostEvent(Widget source,
                      boolean temporary)
Create a FocusLostEvent.
Parameters:
source - the Widget which generated this event
temporary - specifies whether this represents a permanent or temporary change in focus state

Written by Peter Eastman.