com.creamtec.ajaxswing.gui
Class AjaxSwingEventQueue

java.lang.Object
  extended by java.awt.EventQueue
      extended by 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.


Constructor Summary
AjaxSwingEventQueue(ClientAgent agent)
           
 
Method Summary
 void clearTrappedInvocationEvent()
           
 ClientAgent getClientAgent()
           
 java.awt.event.InvocationEvent getTrappedInvocationEvent()
           
 boolean isTrapInvocationEvent()
           
 void setTrapInvocationEvent(boolean trapInvocationEvent)
           
 void shutdown()
           
 
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
 

Constructor Detail

AjaxSwingEventQueue

public AjaxSwingEventQueue(ClientAgent agent)
Method Detail

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.