org.gnu.gtk.event
Class ActionEvent
- Serializable
An event representing the activation of an
Action
object
static class | ActionEvent.Type - Superceeded by java-gnome 4.0; Signals all have individual
interfaces each with a single method corresponding to the
signature of the underlying callback.
|
ActionEvent(Object source, EventType type) - Superceeded by java-gnome 4.0; Signals all have individual
interfaces each with a single method corresponding to the
signature of the underlying callback.
|
boolean | isOfType(ActionEvent.Type aType) - Superceeded by java-gnome 4.0; Signals all have individual
interfaces each with a single method corresponding to the
signature of the underlying callback.
|
ActionEvent
public ActionEvent(Object source,
EventType type)
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
isOfType
public boolean isOfType(ActionEvent.Type aType)
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
aType
- The type to test against
- true if this event has the same type as aType