buoy.event

Class FocusGainedEvent

Implemented Interfaces:
WidgetEvent

public class FocusGainedEvent
extends WidgetFocusEvent

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

Constructor Summary

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

Method Summary

Methods inherited from class buoy.event.WidgetFocusEvent

getSource, getWidget

Constructor Details

FocusGainedEvent

public FocusGainedEvent(Widget source,
                        boolean temporary)
Create a FocusGainedEvent.
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.