public interface TerminalIOProvider
Service provider interface for creating terminal IO.
-
Method Summary
Modifier and TypeMethodDescriptionorg.praxislive.core.RootcreateTerminalIO(org.praxislive.core.Lookup context) Create Root for terminal IO.
-
Method Details
-
createTerminalIO
org.praxislive.core.Root createTerminalIO(org.praxislive.core.Lookup context) Create Root for terminal IO.- Parameters:
context- additional context, may be empty lookup.- Returns:
- root for terminal IO.
-