public interface InterfaceGeneralGUI extends Serializable
| Modifier and Type | Field and Description |
|---|---|
static long |
READ_CONTROLLER_TIMEOUT
a timeout to read a parameter on a controller.
|
| Modifier and Type | Method and Description |
|---|---|
void |
abortAction() |
String |
getName() |
void |
sendCommand(String commandName,
long timeout) |
void |
sendCommand(String commandName,
long timeout,
String componentName) |
void |
sendCommandSwingWorker(String commandName,
long timeout,
String moduleName) |
void |
stopMyDestinationSubsystem() |
void |
updateStateWithSensors() |
static final long READ_CONTROLLER_TIMEOUT
void sendCommand(String commandName, long timeout)
void stopMyDestinationSubsystem()
void abortAction()
void updateStateWithSensors()
void sendCommandSwingWorker(String commandName, long timeout, String moduleName)
String getName()
Copyright © 2022 LSST. All rights reserved.