
public class GeneralGUI.CommandSwingWorker extends SwingWorker<Object,Object>
SwingWorker.StateValue| Constructor and Description |
|---|
CommandSwingWorker(String cmdN,
long timeout) |
CommandSwingWorker(String cmdN,
long timeout,
String moduleName) |
| Modifier and Type | Method and Description |
|---|---|
Object |
doInBackground() |
protected void |
done() |
Object |
sendCommand(org.lsst.ccs.bus.messages.CommandRequest cmd,
long timeout)
Send a command to my subsystem and return the response of the command.
|
addPropertyChangeListener, cancel, execute, firePropertyChange, get, get, getProgress, getPropertyChangeSupport, getState, isCancelled, isDone, process, publish, removePropertyChangeListener, run, setProgresspublic CommandSwingWorker(String cmdN, long timeout)
public Object doInBackground()
doInBackground in class SwingWorker<Object,Object>protected void done()
done in class SwingWorker<Object,Object>public Object sendCommand(org.lsst.ccs.bus.messages.CommandRequest cmd, long timeout)
cmd - timeout - Copyright © 2017 LSST. All rights reserved.