Package org.gnome.gdk

Class Event

java.lang.Object
All Implemented Interfaces:
Proxy
Direct Known Subclasses:
ButtonEvent, CrossingEvent, DeleteEvent, DNDEvent, Event.EventImpl, FocusEvent, GrabBrokenEvent, KeyEvent, MotionEvent, PadEvent, ProximityEvent, ScrollEvent, TouchEvent, TouchpadEvent

@Generated("io.github.jwharm.JavaGI") public abstract class Event extends TypeInstance
GdkEvents are immutable data structures, created by GDK to represent windowing system events.

In GTK applications the events are handled automatically by toplevel widgets and passed on to the event controllers of appropriate widgets, so using GdkEvent and its related API is rarely needed.