Uses of Interface
org.praxislive.ide.core.api.Callback
Packages that use Callback
Package
Description
-
Uses of Callback in org.praxislive.ide.core.api
Methods in org.praxislive.ide.core.api that return CallbackModifier and TypeMethodDescriptionstatic CallbackCallback.create(CompletableFuture<List<org.praxislive.core.Value>> future) Create a callback that completes the providedCompletableFuture.static CallbackCallback.create(Consumer<Callback.Result> callback) Create a callback that delegates to the provided result consumer.Methods in org.praxislive.ide.core.api with parameters of type CallbackModifier and TypeMethodDescriptionvoidAbstractHelperComponent.execScript(String script, Callback callback) Execute the provided script in the registeredScriptService.voidAbstractHelperComponent.send(Class<? extends org.praxislive.core.services.Service> service, String control, List<org.praxislive.core.Value> args, Callback callback) Send a call to a control on a service with the provided arguments.voidAbstractHelperComponent.send(org.praxislive.core.ControlAddress to, List<org.praxislive.core.Value> args, Callback callback) Send a call to a control with the provided arguments. -
Uses of Callback in org.praxislive.ide.project.spi
Methods in org.praxislive.ide.project.spi with parameters of type Callback -
Uses of Callback in org.praxislive.ide.properties
Methods in org.praxislive.ide.properties with parameters of type Callback -
Uses of Callback in org.praxislive.ide.pxr
Methods in org.praxislive.ide.pxr with parameters of type Callback