org.gnu.gdk
public class EventType extends Enum
Deprecated: This class is part of the java-gnome 2.x family of libraries,
which, due to their inefficiency and complexity, are no longer
being maintained and have been abandoned by the java-gnome
project. This class may exist in java-gnome 4.0; look out for
org.gnome.gdk.EventType
.
Method Summary | |
---|---|
EventType | and(EventType other) |
static EventType | intern(int value) |
EventType | or(EventType other) |
boolean | test(EventType other) |
EventType | xor(EventType other) |