org.sakaiproject.chat.api |
|
Java Source File Name | Type | Comment |
ChatChannel.java | Interface |
ChatChannel is the extension to the MessageChanel interface for a Sakai Chat service chat channel. |
ChatChannelEdit.java | Interface |
ChatChannelEdit is an editable ChatChannel. |
ChatMessage.java | Interface |
ChatMessage is the Interface for a Sakai Chat message.
The chat message has header fields (from, date) and a body (text). |
ChatMessageEdit.java | Interface |
ChatMessageEdit is an editable ChatMessage. |
ChatMessageHeader.java | Interface |
ChatMessageHeader is the Interface for a Sakai Chat Message header. |
ChatMessageHeaderEdit.java | Interface |
ChatMessageHeader is the Interface for an editable Sakai Chat Message header. |
ChatService.java | Interface |
ChatService is the extension to MessageService configured for Chat. |