public interface InterfaceGeneralGUI extends Serializable
| Modifier and Type | Field and Description |
|---|---|
static long |
UPDATE_POSITION_TIMEOUT
a timeout to read a position 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 UPDATE_POSITION_TIMEOUT
void sendCommand(String commandName, long timeout)
void stopMyDestinationSubsystem()
void abortAction()
void updateStateWithSensors()
void sendCommandSwingWorker(String commandName, long timeout, String moduleName)
String getName()
Copyright © 2021 LSST. All rights reserved.