public class

TracedEventQueue

extends EventQueue
java.lang.Object
   ↳ java.awt.EventQueue
     ↳ sun.awt.TracedEventQueue

Summary

Public Constructors
TracedEventQueue()
Public Methods
void postEvent(AWTEvent theEvent)
Posts a 1.1-style event to the EventQueue.
[Expand]
Inherited Methods
From class java.awt.EventQueue
From class java.lang.Object

Public Constructors

public TracedEventQueue ()

Public Methods

public void postEvent (AWTEvent theEvent)

Posts a 1.1-style event to the EventQueue. If there is an existing event on the queue with the same ID and event source, the source Component's coalesceEvents method will be called.

Parameters
theEvent an instance of java.awt.AWTEvent, or a subclass of it