Uses of Class
com.biglybt.core.util.AERunnableBoolean
-
Packages that use AERunnableBoolean Package Description com.biglybt.ui.swt -
-
Uses of AERunnableBoolean in com.biglybt.ui.swt
Methods in com.biglybt.ui.swt with parameters of type AERunnableBoolean Modifier and Type Method Description static java.lang.Boolean
Utils. execSWTThreadWithBool(java.lang.String ID, AERunnableBoolean code, long millis)
Runs code within the SWT thread, waits for code to complete executing, (using a semaphore), and then returns a value.
-