|
BowlerKernel
|

Public Member Functions | |
| void | sendMessage (String body) throws XMPPException |
| boolean | isAlive () |
| void | addMessageListener (MessageListener listener) |
| String | toString () |
Private Attributes | |
| Chat | chat |
The Class GoogleChat.
Definition at line 12 of file GoogleChat.java.
| void com.neuronrobotics.application.xmpp.GoogleChat.GoogleChat.addMessageListener | ( | MessageListener | listener | ) |
Adds the message listener.
| listener | the listener |
Definition at line 55 of file GoogleChat.java.
References com.neuronrobotics.application.xmpp.GoogleChat.GoogleChat.chat.
| boolean com.neuronrobotics.application.xmpp.GoogleChat.GoogleChat.isAlive | ( | ) |
Checks if is alive.
Definition at line 44 of file GoogleChat.java.
References com.neuronrobotics.application.xmpp.GoogleChat.GoogleChat.chat.
| void com.neuronrobotics.application.xmpp.GoogleChat.GoogleChat.sendMessage | ( | String | body | ) | throws XMPPException |
Send message.
| body | the body |
| XMPPException | the XMPP exception |
Definition at line 32 of file GoogleChat.java.
References com.neuronrobotics.application.xmpp.GoogleChat.GoogleChat.chat.
| String com.neuronrobotics.application.xmpp.GoogleChat.GoogleChat.toString | ( | ) |
Definition at line 62 of file GoogleChat.java.
|
private |
The chat.
Definition at line 15 of file GoogleChat.java.
Referenced by com.neuronrobotics.application.xmpp.GoogleChat.GoogleChat.addMessageListener(), com.neuronrobotics.application.xmpp.GoogleChat.GoogleChat.isAlive(), and com.neuronrobotics.application.xmpp.GoogleChat.GoogleChat.sendMessage().