Package org.eclipse.net4j.util.ui.chat
Interface ChatMessage
- All Superinterfaces:
Comparable<ChatMessage>
- Since:
- 3.19
- Author:
- Eike Stepper
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
static interface
-
Method Summary
-
Method Details
-
getID
int getID() -
getAuthor
ChatMessage.Author getAuthor() -
getCreationTime
long getCreationTime() -
getEditTime
long getEditTime() -
getContent
String getContent() -
getReplyTo
ChatMessage getReplyTo() -
compareTo
- Specified by:
compareTo
in interfaceComparable<ChatMessage>
-