BowlerKernel
|
Public Member Functions | |
GoogleChatConversation () | |
String | onMessage (String input, Chat chat, String from) |
void | processMessage (Chat chat, Message message) |
Private Attributes | |
int | myIndex = 0 |
Static Private Attributes | |
static int | numConversations = 0 |
The Class GoogleChatConversation.
Definition at line 15 of file GoogleChatConversation.java.
com.neuronrobotics.application.xmpp.GoogleChat.GoogleChatConversation.GoogleChatConversation | ( | ) |
Instantiates a new google chat conversation.
Definition at line 26 of file GoogleChatConversation.java.
References com.neuronrobotics.application.xmpp.GoogleChat.GoogleChatConversation.myIndex, and com.neuronrobotics.application.xmpp.GoogleChat.GoogleChatConversation.numConversations.
String com.neuronrobotics.application.xmpp.GoogleChat.GoogleChatConversation.onMessage | ( | String | input, |
Chat | chat, | ||
String | from | ||
) |
On message.
input | the input |
chat | the chat |
from | the from |
Implements com.neuronrobotics.application.xmpp.IConversation.
Definition at line 34 of file GoogleChatConversation.java.
References com.neuronrobotics.application.xmpp.GoogleChat.GoogleChatConversation.myIndex.
Referenced by com.neuronrobotics.application.xmpp.GoogleChat.GoogleChatConversation.processMessage().
void com.neuronrobotics.application.xmpp.GoogleChat.GoogleChatConversation.processMessage | ( | Chat | chat, |
Message | message | ||
) |
Definition at line 42 of file GoogleChatConversation.java.
References com.neuronrobotics.application.xmpp.GoogleChat.GoogleChatConversation.onMessage().
|
private |
The my index.
Definition at line 21 of file GoogleChatConversation.java.
Referenced by com.neuronrobotics.application.xmpp.GoogleChat.GoogleChatConversation.GoogleChatConversation(), and com.neuronrobotics.application.xmpp.GoogleChat.GoogleChatConversation.onMessage().
|
staticprivate |
The num conversations.
Definition at line 18 of file GoogleChatConversation.java.
Referenced by com.neuronrobotics.application.xmpp.GoogleChat.GoogleChatConversation.GoogleChatConversation().