Uses of Interface
com.sdm.quasar.client.core.common.event.ExceptionRunnable

Packages that use ExceptionRunnable
com.sdm.quasar.client.core.common.event   
com.sdm.quasar.client.swing.common.event   
 

Uses of ExceptionRunnable in com.sdm.quasar.client.core.common.event
 

Methods in com.sdm.quasar.client.core.common.event with parameters of type ExceptionRunnable
static java.lang.Object EventDispatchThreadUtilities.runNotInEventDispatchThread(ExceptionRunnable runnable)
          Runs the given ExceptionRunnable not in the event dispatch thread.
static java.lang.Object EventDispatchThreadUtilities.runInEventDispatchThread(ExceptionRunnable runnable)
          Runs the given ExceptionRunnable in the event dispatch thread.
 java.lang.Object EventDispatchThreadService.runNotInEventDispatchThread(ExceptionRunnable runnable)
          Runs the given ExceptionRunnable not in the event dispatch thread.
 java.lang.Object EventDispatchThreadService.runInEventDispatchThread(ExceptionRunnable runnable)
          Runs the given ExceptionRunnable in the event dispatch thread.
 java.lang.Object DefaultEventDispatchThreadService.runInEventDispatchThread(ExceptionRunnable runnable)
           
 java.lang.Object DefaultEventDispatchThreadService.runNotInEventDispatchThread(ExceptionRunnable runnable)
           
 

Uses of ExceptionRunnable in com.sdm.quasar.client.swing.common.event
 

Methods in com.sdm.quasar.client.swing.common.event with parameters of type ExceptionRunnable
static java.lang.Object SwingEventDispatchThreadUtilities.runNotInEventDispatchThread(ExceptionRunnable runnable)
          Runs the given ExceptionRunnable not in the event dispatch thread.
static java.lang.Object SwingEventDispatchThreadUtilities.runNotInEventDispatchThread(ExceptionRunnable runnable, boolean block_input_events)
          Runs the given ExceptionRunnable not in the event dispatch thread.
static java.lang.Object SwingEventDispatchThreadUtilities.runInEventDispatchThread(ExceptionRunnable runnable)
          Runs the given ExceptionRunnable in the event dispatch thread.
 java.lang.Object SwingEventDispatchThreadService.runInEventDispatchThread(ExceptionRunnable runnable)
           
 java.lang.Object SwingEventDispatchThreadService.runNotInEventDispatchThread(ExceptionRunnable runnable)