|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectmaslab.telemetry.channel.Channel
maslab.telemetry.channel.TextChannel
public class TextChannel
Channel for publishing text messages to the BotClient
| Constructor Summary | |
|---|---|
TextChannel(java.lang.String name)
Create a new TextChannel |
|
| Method Summary | |
|---|---|
void |
publish(java.lang.String message)
Send a text message to the BotClient. |
| Methods inherited from class maslab.telemetry.channel.Channel |
|---|
addCommandListener |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TextChannel(java.lang.String name)
name - The channel name| Method Detail |
|---|
public void publish(java.lang.String message)
message - The message to send.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||