public class UserSystemMessage extends SystemMessage
Streamable.Closure| Modifier and Type | Field and Description |
|---|---|
Name |
speaker
The "speaker" of this message, the user that triggered that this message be sent to us.
|
ATTENTION, attentionLevel, FEEDBACK, INFObundle, localtype, message, timestamp| Constructor and Description |
|---|
UserSystemMessage(Name sender,
String message,
String bundle,
byte attentionLevel)
Construct a UserSystemMessage.
|
| Modifier and Type | Method and Description |
|---|---|
static UserSystemMessage |
create(Name sender,
String message,
String bundle)
Construct a INFO-level UserSystemMessage.
|
getFormat, setClientInfo, toStringpublic Name speaker
public static UserSystemMessage create(Name sender, String message, String bundle)
Copyright © 2015. All rights reserved.