Class ArrayControlCommand

java.lang.Object
  |
  +--SwingWorker
        |
        +--ArrayControlCommand

public class ArrayControlCommand
extends SwingWorker


Field Summary
private  java.lang.String command
           
private  DspCommand2 dsp_cmd
           
private  VoodooMainWindow parent
           
 
Fields inherited from class SwingWorker
abort, thread, value
 
Constructor Summary
ArrayControlCommand(VoodooMainWindow parent)
          Class constructor.
 
Method Summary
 java.lang.Object construct()
          This method initiates the command.
 java.lang.Object do_command()
          This method handles sending the commands for the Camera buttons.
 void set_command(java.lang.String cmd)
          This method sets the command to be sent to the camera.
 
Methods inherited from class SwingWorker
alive, finished, get, interrupt, stop, thread_it
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

parent

private VoodooMainWindow parent

dsp_cmd

private DspCommand2 dsp_cmd

command

private java.lang.String command
Constructor Detail

ArrayControlCommand

public ArrayControlCommand(VoodooMainWindow parent)
Class constructor.
Method Detail

construct

public java.lang.Object construct()
This method initiates the command. It is automatically called by the SwingWorker class constructor.
Overrides:
construct in class SwingWorker
See Also:
SwingWorker

set_command

public void set_command(java.lang.String cmd)
This method sets the command to be sent to the camera.

do_command

public java.lang.Object do_command()
This method handles sending the commands for the Camera buttons.
See Also:
SwingWorker, DspCommand2