Uses of Class
org.praxislive.base.AbstractRoot.DelegateConfiguration
-
Packages that use AbstractRoot.DelegateConfiguration Package Description org.praxislive.base -
-
Uses of AbstractRoot.DelegateConfiguration in org.praxislive.base
Methods in org.praxislive.base that return AbstractRoot.DelegateConfiguration Modifier and Type Method Description protected static AbstractRoot.DelegateConfigurationAbstractRoot. delegateConfig()Create aAbstractRoot.DelegateConfigurationobject for passing up to the constructor when creating aAbstractRoot.Delegatesubclass.AbstractRoot.DelegateConfigurationAbstractRoot.DelegateConfiguration. forceUpdateAfter(long time, TimeUnit unit)Whether to force an update on another thread if the delegate hasn't called update in the given time period.AbstractRoot.DelegateConfigurationAbstractRoot.DelegateConfiguration. pollInBackground()Whether to poll for incoming calls in another thread in-between calls to update.Constructors in org.praxislive.base with parameters of type AbstractRoot.DelegateConfiguration Constructor Description Delegate(AbstractRoot.DelegateConfiguration config)Create a Delegate subclass with the provided configuration.
-