public interface IChatMessage
| Modifier and Type | Method and Description |
|---|---|
IChatMessage |
add(IChatMessage other)
Concatenates two chat messages.
|
java.lang.Object |
getInternal()
Retrieves the internal object backing this object.
|
IChatMessage add(IChatMessage other)
other - other chat messagejava.lang.Object getInternal()