Uses of Interface
org.praxislive.core.Root.Controller
-
Packages that use Root.Controller Package Description org.praxislive.base org.praxislive.code org.praxislive.core org.praxislive.hub -
-
Uses of Root.Controller in org.praxislive.base
Classes in org.praxislive.base that implement Root.Controller Modifier and Type Class Description protected classAbstractRoot.ControllerImplementation of Root.Controller. -
Uses of Root.Controller in org.praxislive.code
Methods in org.praxislive.code that return Root.Controller Modifier and Type Method Description Root.ControllerCodeRoot. initialize(String ID, RootHub hub) -
Uses of Root.Controller in org.praxislive.core
Methods in org.praxislive.core that return Root.Controller Modifier and Type Method Description Root.ControllerRoot. 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.Controller Modifier and Type Method Description Root.ControllerHub.Accessor. getRootController(String id)Root.ControllerHub.Accessor. unregisterRootController(String id)Methods in org.praxislive.hub with parameters of type Root.Controller Modifier and Type Method Description booleanHub.Accessor. registerRootController(String id, Root.Controller controller)protected voidBasicCoreRoot. startRoot(String id, String type, Root.Controller ctrl)
-