public interface Sendable
Modifier and Type | Method and Description |
---|---|
String |
getName()
Gets the name of this
Sendable object. |
String |
getSubsystem()
Gets the subsystem name of this
Sendable object. |
void |
initSendable(SendableBuilder builder)
Initializes this
Sendable object. |
void |
setName(String name)
Sets the name of this
Sendable object. |
default void |
setName(String subsystem,
String name)
Sets both the subsystem name and device name of this
Sendable object. |
void |
setSubsystem(String subsystem)
Sets the subsystem name of this
Sendable object. |
default void setName(String subsystem, String name)
Sendable
object.subsystem
- subsystem namename
- device nameString getSubsystem()
Sendable
object.void setSubsystem(String subsystem)
Sendable
object.subsystem
- subsystem namevoid initSendable(SendableBuilder builder)
Sendable
object.builder
- sendable builder