org.gnu.gtk.event

Class FocusEvent

Implemented Interfaces:
Serializable

public class FocusEvent
extends GtkEvent

See Also:
FocusListener

Nested Class Summary

static class
FocusEvent.Type

Constructor Summary

FocusEvent(Object source, FocusEvent.Type type)
Deprecated. Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback.

Method Summary

boolean
isOfType(FocusEvent.Type aType)
Deprecated. Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback.

Methods inherited from class org.gnu.gtk.event.GtkEvent

getSource, getType, toString

Constructor Details

FocusEvent

public FocusEvent(Object source,
                  FocusEvent.Type type)

Deprecated. Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback.

Construct a FocusEvent object.

Method Details

isOfType

public boolean isOfType(FocusEvent.Type aType)

Deprecated. Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback.

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