|
java-gnome version 4.0.19 | ||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Objectorg.freedesktop.bindings.Pointer
org.gnome.glib.Boxed
org.gnome.gdk.Event
public abstract class Event
The events used to communicate data describing the internal details of activities that occur to or between GDK resources.
C side, GdkEvent
is a union of various event structs such
as GdkEventExpose
and GdkEventKey
. Each struct in
this family starts with the same fields, and these fields are represented
by GdkEventAny
. We have exposed those fields here on
Event.
Method Summary | |
---|---|
EventType |
getType()
Get the type of event that occurred. |
Window |
getWindow()
Get the underlying [GDK] Window which received the event. |
Methods inherited from class org.freedesktop.bindings.Pointer |
---|
toString |
Methods inherited from class Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public EventType getType()
EventType
for an example.
public Window getWindow()
|
![]() java-gnome |
||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |