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 FormConstructor and Description |
---|
TaskEvent(Task source,
T value)
Construct a
TaskEvent . |
Modifier and Type | Method and Description |
---|---|
T |
getValue()
Returns the value this event represents.
|
public final T getValue()
value
constructor argument.