Uses of Interface
com.tccc.kos.core.service.hardware.HardwareListener
Packages that use HardwareListener
-
Uses of HardwareListener in com.tccc.kos.core.service.criticaldata
Classes in com.tccc.kos.core.service.criticaldata that implement HardwareListenerModifier and TypeClassDescriptionclassCritical data service stores small amounts of critical data in various boards within the system and uses a voting algorithm to decide which set of data is correct. -
Uses of HardwareListener in com.tccc.kos.core.service.hardware
Subinterfaces of HardwareListener in com.tccc.kos.core.service.hardwareModifier and TypeInterfaceDescriptioninterfaceInterface for board link / unlink callbacks.interfaceInterface for detecting when a board is ready for use.Classes in com.tccc.kos.core.service.hardware that implement HardwareListenerModifier and TypeClassDescriptionclassAbstract class for detecting when a group of boards are ready for use.Methods in com.tccc.kos.core.service.hardware that return types with arguments of type HardwareListenerMethods in com.tccc.kos.core.service.hardware with parameters of type HardwareListenerModifier and TypeMethodDescriptionvoidBoard.removeListener(HardwareListener listener) Remove a listener from the board.