- All Superinterfaces:
Lookup.Provider,Root
- All Known Implementing Classes:
DefaultScriptService
- Enclosing interface:
RootHub
An interface for RootHub extensions (see
RootHub.ExtensionProvider) to
advertise the services they provide.
The Root itself must provide the advertised services. Support for root containers to provide services via child components is not yet supported.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.praxislive.core.Root
Root.Controller -
Method Summary
Methods inherited from interface org.praxislive.core.Lookup.Provider
getLookupMethods inherited from interface org.praxislive.core.Root
initialize
-
Method Details
-
services
A list of the services this extension provides. This method will be called as the extension Root is installed in the RootHub.- Returns:
- list of services
-