Uses of Interface
com.sdm.quasar.client.swing.common.event.EventLoop.ExceptionHandler

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

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

Methods in com.sdm.quasar.client.swing.common.event that return EventLoop.ExceptionHandler
 EventLoop.ExceptionHandler EventLoop.getExceptionHandler()
          Returns the EventLoop.ExceptionHandler used.
 

Methods in com.sdm.quasar.client.swing.common.event with parameters of type EventLoop.ExceptionHandler
static void EventLoop.processEvents(EventLoop.EventFilter runCondition, EventLoop.EventFilter eventFilter, EventLoop.ExceptionHandler exceptionHandler)
          This method does the event processing of the system event queue until the run condition does no more accept events.
 void EventLoop.setExceptionHandler(EventLoop.ExceptionHandler exceptionHandler)
          Sets the EventLoop.ExceptionHandler used to handle uncatched exceptions.