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