Uses of Interface
org.praxislive.core.Root.Controller
Packages that use Root.Controller
-
Uses of Root.Controller in org.praxislive.base
Classes in org.praxislive.base that implement Root.ControllerModifier and TypeClassDescriptionprotected classImplementation of Root.Controller. -
Uses of Root.Controller in org.praxislive.code
Methods in org.praxislive.code that return Root.Controller -
Uses of Root.Controller in org.praxislive.core
Methods in org.praxislive.core that return Root.ControllerModifier and TypeMethodDescriptionRoot.initialize(String ID, RootHub hub) Method used by the RootHub to initialize the Root and obtain a Controller. -
Uses of Root.Controller in org.praxislive.hub
Methods in org.praxislive.hub that return Root.ControllerModifier and TypeMethodDescriptionHub.Accessor.getRootController(String id) Get the root controller with the provided id, if one is registered.protected final Root.ControllerBasicCoreRoot.installRoot(String id, Root root) Install a root in the hub with the provided ID.protected final Root.ControllerBasicCoreRoot.uninstallRoot(String id) Uninstall the root with the provided ID and trigger it to shutdown.Hub.Accessor.unregisterRootController(String id) Unregister the root controller with the provided id.Methods in org.praxislive.hub with parameters of type Root.ControllerModifier and TypeMethodDescriptionbooleanHub.Accessor.registerRootController(String id, Root.Controller controller) Register the root controller under the provided id.protected final voidBasicCoreRoot.startRoot(String id, Root.Controller ctrl) Start the root with the provided ID and controller.