public class UIToolKit
extends java.lang.Object
implements java.awt.event.AWTEventListener
| Modifier and Type | Class and Description |
|---|---|
static interface |
UIToolKit.WindowTrackerListener |
| Modifier and Type | Method and Description |
|---|---|
static void |
addWindowTrackerListener(UIToolKit.WindowTrackerListener listener) |
void |
eventDispatched(java.awt.AWTEvent event)
Invoked when an event is dispatched in the AWT.
|
static void |
removeWindowTrackerListener(UIToolKit.WindowTrackerListener listener) |
public void eventDispatched(java.awt.AWTEvent event)
eventDispatched in interface java.awt.event.AWTEventListenerpublic static void addWindowTrackerListener(UIToolKit.WindowTrackerListener listener)
public static void removeWindowTrackerListener(UIToolKit.WindowTrackerListener listener)