Uses of Interface
org.praxislive.core.RootHub
-
Packages that use RootHub Package Description org.praxislive.base org.praxislive.code 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 RootHub
AbstractRoot. getRootHub()
Get theRootHub
this Root is installed in.Methods in org.praxislive.base with parameters of type RootHub Modifier and Type Method Description AbstractRoot.Controller
AbstractRoot. initialize(String id, RootHub hub)
-
Uses of RootHub in org.praxislive.code
Methods in org.praxislive.code with parameters of type RootHub Modifier and Type Method Description Root.Controller
CodeRoot. 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.Controller
Root. 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 RootHub
Hub.Accessor. getRootHub()
Methods in org.praxislive.hub with parameters of type RootHub Modifier and Type Method Description AbstractRoot.Controller
BasicCoreRoot. initialize(String id, RootHub hub)
-