public interface ITDChat
extends com4j.Com4jObject
| Modifier and Type | Method and Description |
|---|---|
void |
changeChat(String newChatRoom)
Changes chat room.
|
String |
chatData(boolean getAllMesseges)
Receives new chat messages.
|
String |
connect(String chatRoom)
Connects to chat.
|
void |
disconnect()
Disconnects from chat.
|
String |
putMessage(String chatMessage)
Sends message to chat and receive new messages.
|
String connect(String chatRoom)
Connects to chat.
chatRoom - Mandatory java.lang.String parameter.void disconnect()
Disconnects from chat.
String putMessage(String chatMessage)
Sends message to chat and receive new messages.
chatMessage - Mandatory java.lang.String parameter.String chatData(boolean getAllMesseges)
Receives new chat messages.
Getter method for the COM property "ChatData"
getAllMesseges - Mandatory boolean parameter.void changeChat(String newChatRoom)
Changes chat room.
newChatRoom - Mandatory java.lang.String parameter.Copyright © 2020. All rights reserved.