Interface UIEvent

All Superinterfaces:
Event
All Known Subinterfaces:
CompositionEvent, DragEvent, FocusEvent, InputEvent, KeyboardEvent, MouseEvent, PointerEvent, SVGZoomEvent, TouchEvent, WheelEvent
All Known Implementing Classes:
AnimationEventImpl, AudioProcessingEventImpl, BeforeInstallPromptEventImpl, BeforeUnloadEventImpl, CompositionEventImpl, DragEventImpl, FocusEventImpl, InputEventImpl, KeyboardEventImpl, MouseEventImpl, PointerEventImpl, StorageEventImpl, TouchEventImpl, UIEventImpl, WheelEventImpl

public interface UIEvent extends Event
The UIEvent interface represents simple user interface events.
See Also: