Interface BackgroundThread
-
public interface BackgroundThread
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidjoin(long timeout)voidstart()
-
-
-
Method Detail
-
start
void start()
-
join
void join(long timeout) throws InterruptedException
- Throws:
InterruptedException
-
-