Class SwingScheduler


  • public class SwingScheduler
    extends Scheduler
    Executes work on the Swing UI thread. This scheduler should only be used with actions that execute quickly. If the calling thread is the Swing UI thread, and no delay parameter is provided, the action will run immediately. Otherwise, if the calling thread is NOT the Swing UI thread, the action will be deferred until all pending UI events have been processed.