UC Berkeley Group for User Interface Research
Updated November 17, 2000

edu.berkeley.guir.lib.debugging
Class DebugEventQueue

java.lang.Object
  |
  +--java.awt.EventQueue
        |
        +--edu.berkeley.guir.lib.debugging.DebugEventQueue

public class DebugEventQueue
extends EventQueue

A debugging version of the Event Queue, printing all the events to the debugging window. Slow, but what do you really expect?

This software is distributed under the Berkeley Software License.

 Revisions:  - GUIRLib-v1.0-1.0.0, Jul 01 1999, JH
               Created class
             - GUIRLib-v1.2-1.0.0, Jun 22 2000, JH
               Touched for GUIRLib release
             - GUIRLib-v1.3-1.0.0, Aug 11 2000, JH
               Touched for GUIRLib release
             - GUIRLib-v1.4-1.0.0, Aug 31 2000, JH
               Touched for GUIRLib release
 

Since:
JDK 1.2
Version:
GUIRLib-v1.4-1.0.0, Aug 31 2000
Author:
Jason Hong ( jasonh@cs.berkeley.edu )

Method Summary
static void installDebugEventQueue()
          Install the DebugEventQueue onto the existing event queue.
 void postEvent(AWTEvent evt)
           
 
Methods inherited from class java.awt.EventQueue
dispatchEvent, getNextEvent, invokeAndWait, invokeLater, isDispatchThread, peekEvent, peekEvent, pop, push
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

installDebugEventQueue

public static final void installDebugEventQueue()
Install the DebugEventQueue onto the existing event queue.

postEvent

public void postEvent(AWTEvent evt)
Overrides:
postEvent in class EventQueue

Copyright Information