org.gnu.gtk.event

Class FocusEvent

public class FocusEvent extends GtkEvent

See Also: FocusListener

Nested Class Summary
static classFocusEvent.Type
Constructor Summary
FocusEvent(Object source, FocusEvent.Type type)
Construct a FocusEvent object.
Method Summary
booleanisOfType(FocusEvent.Type aType)

Constructor Detail

FocusEvent

public FocusEvent(Object source, FocusEvent.Type type)
Construct a FocusEvent object.

Method Detail

isOfType

public boolean isOfType(FocusEvent.Type aType)

Returns: True if the type of this event is the same as that stated.