Uses of Class
com.sdm.quasar.client.swing.common.event.EventLoop

Packages that use EventLoop
com.sdm.quasar.client.swing.common.event   
 

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

Methods in com.sdm.quasar.client.swing.common.event that return EventLoop
 EventLoop EventLoop.getParentEventLoop()
          Returns the parent EventLoop of this one or null, if this EventLoop is the global EventLoop.
static EventLoop EventLoop.getGlobalEventLoop()
          Returns the global event loop.
static EventLoop EventLoop.getCurrentEventLoop()
          Returns the current EventLoop instance.