@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()
Sendable
Sendable
object.default void setName(java.lang.String name)
Sendable
Sendable
object.default java.lang.String getSubsystem()
Sendable
Sendable
object.getSubsystem
in interface Sendable
default void setSubsystem(java.lang.String subsystem)
Sendable
Sendable
object.setSubsystem
in interface Sendable
subsystem
- subsystem namedefault void initSendable(SendableBuilder builder)
Sendable
Sendable
object.initSendable
in interface Sendable
builder
- sendable builder