@Deprecated public interface LiveWindowSendable extends Sendable
| Modifier and Type | Method and Description |
|---|---|
default java.lang.String |
getName()
Deprecated.
Gets the name of this
Sendable object. |
default java.lang.String |
getSubsystem()
Deprecated.
Gets the subsystem name of this
Sendable object. |
default void |
initSendable(SendableBuilder builder)
Deprecated.
Initializes this
Sendable object. |
default void |
setName(java.lang.String name)
Deprecated.
Sets the name of this
Sendable object. |
default void |
setSubsystem(java.lang.String subsystem)
Deprecated.
Sets the subsystem name of this
Sendable object. |
void |
startLiveWindowMode()
Deprecated.
Start having this sendable object automatically respond to value changes reflect the value on
the table.
|
void |
stopLiveWindowMode()
Deprecated.
Stop having this sendable object automatically respond to value changes.
|
void |
updateTable()
Deprecated.
Update the table for this sendable object with the latest values.
|
void updateTable()
void startLiveWindowMode()
void stopLiveWindowMode()
default java.lang.String getName()
SendableSendable object.default void setName(java.lang.String name)
SendableSendable object.default java.lang.String getSubsystem()
SendableSendable object.getSubsystem in interface Sendabledefault void setSubsystem(java.lang.String subsystem)
SendableSendable object.setSubsystem in interface Sendablesubsystem - subsystem namedefault void initSendable(SendableBuilder builder)
SendableSendable object.initSendable in interface Sendablebuilder - sendable builder