Skip navigation links

Package de.javagl.swing.tasks

Classes related to the asynchronous execution of long-running tasks in Swing.

See: Description

Package de.javagl.swing.tasks Description

Classes related to the asynchronous execution of long-running tasks in Swing.

The core class of this package is the SwingTask class. It offers the same possibilities as a SwingWorker, but additionally allows progress reporting and registering callbacks for event notifications.

The execution of SwingTasks is managed with SwingTaskExecutors.

Skip navigation links

Copyright © 2016. All rights reserved.