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