com.creamtec.ajaxswing.gui
Class AjaxSwingEventQueue
java.lang.Object
java.awt.EventQueue
com.creamtec.ajaxswing.gui.AjaxSwingEventQueue
public class AjaxSwingEventQueue
- extends java.awt.EventQueue
AjaxSwing provides each virtual client with its own EventQueue to isolate clients
running in the same JVM.
| Methods inherited from class java.awt.EventQueue |
getCurrentEvent, getMostRecentEventTime, getNextEvent, invokeAndWait, invokeLater, isDispatchThread, peekEvent, peekEvent, postEvent, push |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AjaxSwingEventQueue
public AjaxSwingEventQueue(ClientAgent agent)
getClientAgent
public ClientAgent getClientAgent()
getTrappedInvocationEvent
public java.awt.event.InvocationEvent getTrappedInvocationEvent()
clearTrappedInvocationEvent
public void clearTrappedInvocationEvent()
isTrapInvocationEvent
public boolean isTrapInvocationEvent()
setTrapInvocationEvent
public void setTrapInvocationEvent(boolean trapInvocationEvent)
shutdown
public void shutdown()
Copyright © 2000-2009 CreamTec LLC. All Rights Reserved.