|
java-gnome version 4.0.7 | ||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||
java.lang.Objectorg.freedesktop.bindings.Proxy
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.Proxy |
|---|
toString |
| Methods inherited from class java.lang.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 | ||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||