Overview
A DeferredTask represents an action that should be executed at a later time of the system's choosing. In systems based on event dispatch, such as Swing, execution of a DeferredTask generally means putting it on the event queue for later processing.
Profile: common
Attribute Summary
name | type | description |
---|---|---|
Public | ||
action | function():Void | More: [+] |
done | Boolean | More: [+] |
Protected |