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.DelegateConfiguration
AbstractRoot. delegateConfig()
Create aAbstractRoot.DelegateConfiguration
object for passing up to the constructor when creating aAbstractRoot.Delegate
subclass.AbstractRoot.DelegateConfiguration
AbstractRoot.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.DelegateConfiguration
AbstractRoot.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.
-