Package jisa.control
Interface SRunnable
-
public interface SRunnable
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static SRunnable
fromJProxy(java.lang.Runnable runnable)
void
run()
default void
runRegardless()
default void
start()
-
-
-
Method Detail
-
run
void run() throws java.lang.Exception
- Throws:
java.lang.Exception
-
runRegardless
default void runRegardless()
-
start
default void start()
-
fromJProxy
static SRunnable fromJProxy(java.lang.Runnable runnable)
-
-