org.gnu.gtk.event

Class ActionEvent

Implemented Interfaces:
Serializable

public class ActionEvent
extends GtkEvent

An event representing the activation of an Action object
Since:
2.8

Nested Class Summary

static class
ActionEvent.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.

Constructor Summary

ActionEvent(Object source, EventType 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(ActionEvent.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

ActionEvent

public ActionEvent(Object source,
                   EventType 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.

creates a new ActionEvent
Parameters:
source -
type -

Method Details

isOfType

public boolean isOfType(ActionEvent.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.

Compares this event's type with the provided type
Parameters:
aType - The type to test against
Returns:
true if this event has the same type as aType