Module org.jpo
Package org.jpo.gui

Class CameraWatchDaemon

java.lang.Object
org.jpo.gui.CameraWatchDaemon
All Implemented Interfaces:
Runnable

public class CameraWatchDaemon extends Object implements Runnable
Daemon Thread that monitors when a camera has been connected.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Creates a new instance of CameraWatchDaemon.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    run()
    The run method enumerates the cameras configured and checks to see if a camera has been added.
    void
    A method to call when you want to signal that the thread should stop at the next iteration.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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.
      Specified by:
      run in interface Runnable