Uses of Class
com.tccc.kos.commons.util.Block
Packages that use Block
Package
Description
Contains various utility classes and interfaces used throughout the system.
-
Uses of Block in com.tccc.kos.commons.util
Methods in com.tccc.kos.commons.util that return BlockModifier and TypeMethodDescriptionBlock.setOnBlocked
(Runnable callback) Set the callback to run when transitioning to a blocked state.Block.setOnUnblocked
(Runnable callback) Set the callback to run when transitioning to an unblocked state.