|
Bartosz Firyn (SarXos) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.github.sarxos.webcam.WebcamDiscoveryService
public class WebcamDiscoveryService
| Method Summary | |
|---|---|
List<Webcam> |
getWebcams(long timeout,
TimeUnit tunit)
|
boolean |
isRunning()
Is discovery service running? |
void |
run()
|
void |
start()
Start discovery service. |
void |
stop()
Stop discovery service. |
void |
uncaughtException(Thread t,
Throwable e)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public List<Webcam> getWebcams(long timeout,
TimeUnit tunit)
throws TimeoutException
TimeoutExceptionpublic void run()
run in interface Runnablepublic void stop()
public void start()
public boolean isRunning()
public void uncaughtException(Thread t,
Throwable e)
uncaughtException in interface Thread.UncaughtExceptionHandler
|
Bartosz Firyn (SarXos) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||