Uses of Class
com.tccc.kos.commons.util.ready.ReadyIndicator
Packages that use ReadyIndicator
Package
Description
Contains classes related to binary message handling.
Provides classes and interfaces related to the configuration system.
Contains classes and interfaces used by the bean context to control
ready processing.
Provides the abstract KosApplication class, which all kOS apps derive from.
-
Uses of ReadyIndicator in com.tccc.kos.commons.core.service.blink.binarymsg
Methods in com.tccc.kos.commons.core.service.blink.binarymsg that return ReadyIndicator -
Uses of ReadyIndicator in com.tccc.kos.commons.core.service.config
Methods in com.tccc.kos.commons.core.service.config that return ReadyIndicator -
Uses of ReadyIndicator in com.tccc.kos.commons.util.ready
Methods in com.tccc.kos.commons.util.ready that return ReadyIndicator -
Uses of ReadyIndicator in com.tccc.kos.core.service.app
Methods in com.tccc.kos.core.service.app that return ReadyIndicatorModifier and TypeMethodDescriptionAppService.getAutostartAppsReady()
Return aReadyIndicator
that is ready once all autostart applications are started. -
Uses of ReadyIndicator in com.tccc.kos.core.service.criticaldata
Methods in com.tccc.kos.core.service.criticaldata that return ReadyIndicatorModifier and TypeMethodDescriptionCriticalDataService.getCriticalDataReady()
Return theReadyIndicator
that can be used to detect if critical data is already ready, or can generate a callback when critical data is ready for use.CriticalDataSource.getCriticalDataReady()
Return theReadyIndicator
for the source. -
Uses of ReadyIndicator in com.tccc.kos.core.service.device.serialnum.run
Methods in com.tccc.kos.core.service.device.serialnum.run that return ReadyIndicator -
Uses of ReadyIndicator in com.tccc.kos.core.service.hardware
Methods in com.tccc.kos.core.service.hardware that return ReadyIndicator