Uses of Class
org.praxislive.base.AbstractRoot.DelegateConfiguration
-
Uses of AbstractRoot.DelegateConfiguration in org.praxislive.base
Methods in org.praxislive.base that return AbstractRoot.DelegateConfigurationModifier and TypeMethodDescriptionprotected static AbstractRoot.DelegateConfigurationAbstractRoot.delegateConfig()Create aAbstractRoot.DelegateConfigurationobject for passing up to the constructor when creating aAbstractRoot.Delegatesubclass.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.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.DelegateConfigurationModifierConstructorDescriptionprotectedCreate a Delegate subclass with the provided configuration.