Interface IWatcher
-
- All Superinterfaces:
java.lang.AutoCloseable,ICloseable<java.lang.RuntimeException>
public interface IWatcher extends ICloseable<java.lang.RuntimeException>
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default voidcheck()-
Methods inherited from interface net.anwiba.commons.lang.functional.ICloseable
close
-
-
-
-
Method Detail
-
check
default void check() throws CanceledException- Throws:
CanceledException
-
-