Uses of Interface
com.tccc.kos.core.service.hardware.IfaceAware.IfaceExceptionHandler
Packages that use IfaceAware.IfaceExceptionHandler
-
Uses of IfaceAware.IfaceExceptionHandler in com.tccc.kos.core.service.hardware
Methods in com.tccc.kos.core.service.hardware with parameters of type IfaceAware.IfaceExceptionHandlerModifier and TypeMethodDescriptiondefault Exception
IfaceAware.withIfaceCatch
(IfaceAware.IfaceCallback<T> callback, IfaceAware.IfaceExceptionHandler handler) Run the specified callback if the iface is connected, or else run the specified runnable.default Exception
IfaceAware.withIfaceCatch
(IfaceAware.IfaceCallback<T> callback, Runnable orElse, IfaceAware.IfaceExceptionHandler handler) Run the specified callback if the iface is connected, or else run the specified runnable.