Package com.sdm.quasar.client.core.common.event

Interface Summary
Condition  
EventDispatchThreadService This interface defines methods that are intended to be useful for systems/GUIs, that have a special 'event dispatch thread' - a special thread, that is only allowed to modify the GUI and that is the only thread to handle GUI events from the system.
ExceptionRunnable A computation to be performed, that throws one or more (checked) exceptions.
Trigger.TriggerListener The TriggerListener called back, when the trigger gets enabled.
 

Class Summary
DefaultEventDispatchThreadService  
EventDispatchThreadUtilities A utilities class collection event-loop utilities.
Trigger