Package arez
Class Task
java.lang.Object
arez.Node
arez.Task
- All Implemented Interfaces:
Disposable
A task represents an executable element that can be run by the task executor.
-
Nested Class Summary
Nested Classes -
Method Summary
Methods inherited from class arez.Node
getContext, getName, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface arez.Disposable
isNotDisposed
-
Method Details
-
schedule
Re-schedule this task if it is idle and trigger the scheduler if it is not active. -
dispose
Description copied from interface:Disposable
Dispose the element. SeeDisposable
for a description of the implications. -
isDisposed
Description copied from interface:Disposable
Return true if dispose() has been called on object.- Returns:
- true if dispose has been called.
-