Packages that use ActiveEvent
Package |
Description |
java.awt.event |
Provides interfaces and classes for dealing with different types of events
fired by AWT components.
|
-
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.
|