Uses of Interface
org.jdesktop.application.TaskListener
Packages that use TaskListener
-
Uses of TaskListener in org.jdesktop.application
Classes in org.jdesktop.application that implement TaskListenerModifier and TypeClassDescriptionstatic class
TaskListener.Adapter<T,
V> Convenience class that stubs all of the TaskListener interface methods.Methods in org.jdesktop.application that return TaskListenerModifier and TypeMethodDescriptionTaskListener<T,
V>[] Task.getTaskListeners()
Returns a copy of this Task'sTaskListeners
.Methods in org.jdesktop.application with parameters of type TaskListenerModifier and TypeMethodDescriptionvoid
Task.addTaskListener
(TaskListener<T, V> listener) Adds aTaskListener
to this Task.void
Task.removeTaskListener
(TaskListener<T, V> listener) Removes aTaskListener
from this Task.