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

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

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

Methods in com.sdm.quasar.client.core.common.event with parameters of type Condition
static void EventDispatchThreadUtilities.waitForCondition(Condition condition)
          Waits for the condition given without blocking event processing.
 void EventDispatchThreadService.waitForCondition(Condition condition)
          Waits for the condition given without blocking event processing.
 void DefaultEventDispatchThreadService.waitForCondition(Condition condition)
           
 

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

Methods in com.sdm.quasar.client.swing.common.event with parameters of type Condition
static void SwingEventDispatchThreadUtilities.waitForCondition(Condition condition)
          Waits for the condition given without blocking event processing.
 void SwingEventDispatchThreadService.waitForCondition(Condition condition)