Class TaskListener.Adapter<T,V>

java.lang.Object
org.jdesktop.application.TaskListener.Adapter<T,V>
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: