Uses of Class
org.jdesktop.application.TaskEvent
Packages that use TaskEvent
-
Uses of TaskEvent in org.jdesktop.application
Methods in org.jdesktop.application with parameters of type TaskEventModifier and TypeMethodDescriptionvoid
void
Called after the Task'scancelled
method is called.void
TaskListener.Adapter.doInBackground
(TaskEvent<Void> event) void
TaskListener.doInBackground
(TaskEvent<Void> event) Called just before the Task'sdoInBackground
method is called, i.e.void
void
Called after the Task'sfailed
completion method is called.void
void
Called after the Task'sfinished
method is called.void
TaskListener.Adapter.interrupted
(TaskEvent<InterruptedException> event) void
TaskListener.interrupted
(TaskEvent<InterruptedException> event) Called after the Task'sinterrupted
method is called.void
void
Called each time the Task'sprocess
method is called.void
void
Called after the Task'ssucceeded
completion method is called.