Uses of Interface
org.praxislive.core.RootHub
-
Packages that use RootHub Package Description org.praxislive.base org.praxislive.core org.praxislive.hub -
-
Uses of RootHub in org.praxislive.base
Methods in org.praxislive.base that return RootHub Modifier and Type Method Description protected RootHubAbstractRoot. getRootHub()Get theRootHubthis Root is installed in.Methods in org.praxislive.base with parameters of type RootHub Modifier and Type Method Description AbstractRoot.ControllerAbstractRoot. initialize(String id, RootHub hub) -
Uses of RootHub in org.praxislive.core
Methods in org.praxislive.core with parameters of type RootHub 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 RootHub in org.praxislive.hub
Methods in org.praxislive.hub that return RootHub Modifier and Type Method Description RootHubHub.Accessor. getRootHub()Methods in org.praxislive.hub with parameters of type RootHub Modifier and Type Method Description AbstractRoot.ControllerBasicCoreRoot. initialize(String id, RootHub hub)
-