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 class
AbstractRoot.Controller
Implementation 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.Controller
CodeRoot. 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.Controller
Root. 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.Controller
Hub.Accessor. getRootController(String id)
Root.Controller
Hub.Accessor. unregisterRootController(String id)
Methods in org.praxislive.hub with parameters of type Root.Controller Modifier and Type Method Description boolean
Hub.Accessor. registerRootController(String id, Root.Controller controller)
protected void
BasicCoreRoot. startRoot(String id, String type, Root.Controller ctrl)
-