Uses of Class
org.praxislive.ide.core.api.HubUnavailableException
Packages that use HubUnavailableException
-
Uses of HubUnavailableException in org.praxislive.ide.core.api
Methods in org.praxislive.ide.core.api that throw HubUnavailableExceptionModifier 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.