Class TaskListener.Adapter<T,V>

java.lang.Object
org.jdesktop.application.TaskListener.Adapter<T,V>
Type Parameters:
T - the result type returned by this SwingWorker's doInBackground and get methods
V - the type used for carrying out intermediate results by this SwingWorker's publish and process methods
All Implemented Interfaces:
TaskListener<T,V>
Enclosing interface:
TaskListener<T,V>

public static class TaskListener.Adapter<T,V> extends Object implements TaskListener<T,V>
Convenience class that stubs all of the TaskListener interface methods. Using TaskListener.Adapter can simplify building TaskListeners.