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 |
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()
push
public void push(java.awt.EventQueue newEventQueue)
- Overrides:
push
in class java.awt.EventQueue
Copyright © 2000-2012 CreamTec LLC. All Rights Reserved.