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 TypeMethodDescriptionvoidvoidCalled after the Task'scancelledmethod is called.voidTaskListener.Adapter.doInBackground(TaskEvent<Void> event) voidTaskListener.doInBackground(TaskEvent<Void> event) Called just before the Task'sdoInBackgroundmethod is called, i.e.voidvoidCalled after the Task'sfailedcompletion method is called.voidvoidCalled after the Task'sfinishedmethod is called.voidTaskListener.Adapter.interrupted(TaskEvent<InterruptedException> event) voidTaskListener.interrupted(TaskEvent<InterruptedException> event) Called after the Task'sinterruptedmethod is called.voidvoidCalled each time the Task'sprocessmethod is called.voidvoidCalled after the Task'ssucceededcompletion method is called.