T - public class TaskEvent<T> extends EventObject
Task execution
methods: doInBackground(), process, done. The source
of a TaskEvent is the Task that produced the value.TaskListener,
Task,
Serialized Formsource| Constructor and Description |
|---|
TaskEvent(Task source,
T value)
Construct a
TaskEvent. |
| Modifier and Type | Method and Description |
|---|---|
T |
getValue()
Returns the value this event represents.
|
getSource, toStringpublic final T getValue()
value constructor argument.Copyright © 2009–2016. All rights reserved.