BowlerKernel
Public Member Functions | List of all members
com.neuronrobotics.application.xmpp.IConversation Interface Reference
Inheritance diagram for com.neuronrobotics.application.xmpp.IConversation:
Inheritance graph
[legend]

Public Member Functions

String onMessage (String input, Chat chat, String from)
 

Detailed Description

The Interface IConversation.

Definition at line 9 of file IConversation.java.

Member Function Documentation

◆ onMessage()

String com.neuronrobotics.application.xmpp.IConversation.onMessage ( String  input,
Chat  chat,
String  from 
)

On message.

Parameters
inputthe input
chatthe chat
fromthe from
Returns
the string

Implemented in com.neuronrobotics.application.xmpp.GoogleChat.GoogleChatConversation, and com.neuronrobotics.application.xmpp.DyIOConversation.


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