BowlerKernel
Public Member Functions | Private Attributes | List of all members
com.neuronrobotics.application.xmpp.GoogleChat.GoogleChat Class Reference
Collaboration diagram for com.neuronrobotics.application.xmpp.GoogleChat.GoogleChat:
Collaboration graph
[legend]

Public Member Functions

void sendMessage (String body) throws XMPPException
 
boolean isAlive ()
 
void addMessageListener (MessageListener listener)
 
String toString ()
 

Private Attributes

Chat chat
 

Detailed Description

The Class GoogleChat.

Definition at line 12 of file GoogleChat.java.

Member Function Documentation

◆ addMessageListener()

void com.neuronrobotics.application.xmpp.GoogleChat.GoogleChat.addMessageListener ( MessageListener  listener)

Adds the message listener.

Parameters
listenerthe listener

Definition at line 55 of file GoogleChat.java.

References com.neuronrobotics.application.xmpp.GoogleChat.GoogleChat.chat.

◆ isAlive()

boolean com.neuronrobotics.application.xmpp.GoogleChat.GoogleChat.isAlive ( )

Checks if is alive.

Returns
true, if is alive

Definition at line 44 of file GoogleChat.java.

References com.neuronrobotics.application.xmpp.GoogleChat.GoogleChat.chat.

◆ sendMessage()

void com.neuronrobotics.application.xmpp.GoogleChat.GoogleChat.sendMessage ( String  body) throws XMPPException

Send message.

Parameters
bodythe body
Exceptions
XMPPExceptionthe XMPP exception

Definition at line 32 of file GoogleChat.java.

References com.neuronrobotics.application.xmpp.GoogleChat.GoogleChat.chat.

◆ toString()

String com.neuronrobotics.application.xmpp.GoogleChat.GoogleChat.toString ( )

Definition at line 62 of file GoogleChat.java.

Member Data Documentation

◆ chat

Chat com.neuronrobotics.application.xmpp.GoogleChat.GoogleChat.chat
private

The documentation for this class was generated from the following file: