| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.gnu.gtk.event.GtkEventorg.gnu.gtk.event.ActionEventpublic class ActionEventextends GtkEventAction object
Nested Class Summary | |
static class |
|
Constructor Summary | |
| |
Method Summary | |
boolean |
|
public ActionEvent(Object source,
EventType type)creates a new ActionEvent
- Parameters:
source-type-
public boolean isOfType(ActionEvent.Type aType)
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