JavaScript is disabled on your browser.
This specification is not final and is subject to change. Use is subject to
license terms
.
Skip navigation links
Overview
Class
Use
Tree
Preview
New
Deprecated
Index
Search
Help
Java SE 24 & JDK 24
DRAFT 24-crac+20-25
java.desktop
java.awt
ActiveEvent
Uses of Interface
java.awt.ActiveEvent
Packages that use
ActiveEvent
Package
Description
java.awt.event
Provides interfaces and classes for dealing with different types of events fired by AWT components.
Uses of
ActiveEvent
in
java.awt.event
Classes in
java.awt.event
that implement
ActiveEvent
Modifier and Type
Class
Description
class
InvocationEvent
An event which executes the
run()
method on a
Runnable
when dispatched by the AWT event dispatcher thread.