JavaFX: Bringing Rich Experiences To All the Screens Of Your Life

Profile: desktop, common

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

nametypedescription
Public
actionfunction():Void More: [+]
doneBoolean More: [+]
Protected

Inherited Attributes

Inherited Functions