java.lang.Object
org.jpo.gui.CameraWatchDaemon
- All Implemented Interfaces:
Runnable
Daemon Thread that monitors when a camera has been connected.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
CameraWatchDaemon
public CameraWatchDaemon()Creates a new instance of CameraWatchDaemon. The Thread iterates over the
-
-
Method Details
-
stopAsap
public void stopAsap()A method to call when you want to signal that the thread should stop at the next iteration. -
run
public void run()The run method enumerates the cameras configured and checks to see if a camera has been added. If a camera was added it fires off the CameraDownloadWizard.
-