Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.gnu.gtk.event.GtkEvent
org.gnu.gtk.event.ActionEvent
public class ActionEvent
extends GtkEvent
Action
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