Uses of Interface
org.praxislive.ide.core.api.Task
Packages that use Task
-
Uses of Task in org.praxislive.ide.core.api
Subinterfaces of Task in org.praxislive.ide.core.apiModifier and TypeInterfaceDescriptionstatic interfaceAn extension of Task that produces a result when it completes successfully.Classes in org.praxislive.ide.core.api that implement TaskModifier and TypeClassDescriptionclassA base implementation of a Task.static classA base implementation of a task with a result.classMethods in org.praxislive.ide.core.api with parameters of type TaskModifier and TypeMethodDescriptionprotected voidprotected voidSerialTasks.beforeTask(Task task) static CompletionStage<Void> Execute the task wrapped in a completion stage.Constructors in org.praxislive.ide.core.api with parameters of type TaskConstructor parameters in org.praxislive.ide.core.api with type arguments of type Task