Uses of Interface
com.tccc.kos.commons.util.concurrent.RunOnce.RunOnceCallback
Packages that use RunOnce.RunOnceCallback
Package
Description
Contains utility classes and interfaces related to timers,
callbacks, and futures.
-
Uses of RunOnce.RunOnceCallback in com.tccc.kos.commons.util.concurrent
Constructors in com.tccc.kos.commons.util.concurrent with parameters of type RunOnce.RunOnceCallbackModifierConstructorDescriptionRunOnce(RunOnce.RunOnceCallback callback) Create a newRunOncefor the specified callback.