public class TaskEvent<T>
extends java.util.EventObject
Task execution
methods: doInBackground(), process, done. The source
of a TaskEvent is the Task that produced the value.TaskListener,
Task,
Serialized Formpublic final T getValue()
value constructor argument.