org.siebengeisslein.pgui
Class EventQueue

java.lang.Object
  extended by java.awt.EventQueue
      extended by org.siebengeisslein.pgui.EventQueue

public class EventQueue
extends java.awt.EventQueue


Constructor Summary
EventQueue(Client client)
           
 
Method Summary
 void addExceptionHandler(ExceptionHandler handler)
           
protected  void dispatchEvent(java.awt.AWTEvent event)
           
 void removeExceptionHandler(ExceptionHandler handler)
           
static void requestFullCommit()
           
 
Methods inherited from class java.awt.EventQueue
getCurrentEvent, getMostRecentEventTime, getNextEvent, invokeAndWait, invokeLater, isDispatchThread, peekEvent, peekEvent, pop, postEvent, push
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventQueue

public EventQueue(Client client)
Method Detail

addExceptionHandler

public void addExceptionHandler(ExceptionHandler handler)

removeExceptionHandler

public void removeExceptionHandler(ExceptionHandler handler)

dispatchEvent

protected void dispatchEvent(java.awt.AWTEvent event)
Overrides:
dispatchEvent in class java.awt.EventQueue

requestFullCommit

public static void requestFullCommit()