BowlerKernel
|
Public Member Functions | |
DyIOConversationFactory (IChatLog mine) | |
IConversation | getConversation () |
Private Attributes | |
IChatLog | log |
A factory for creating DyIOConversation objects.
Definition at line 10 of file DyIOConversationFactory.java.
com.neuronrobotics.application.xmpp.DyIOConversationFactory.DyIOConversationFactory | ( | IChatLog | mine | ) |
Instantiates a new dy io conversation factory.
mine | the mine |
Definition at line 20 of file DyIOConversationFactory.java.
References com.neuronrobotics.application.xmpp.DyIOConversationFactory.log.
IConversation com.neuronrobotics.application.xmpp.DyIOConversationFactory.getConversation | ( | ) |
Gets the conversation.
Implements com.neuronrobotics.application.xmpp.IConversationFactory.
Definition at line 28 of file DyIOConversationFactory.java.
References com.neuronrobotics.application.xmpp.DyIOConversationFactory.log.
|
private |
The log.
Definition at line 13 of file DyIOConversationFactory.java.
Referenced by com.neuronrobotics.application.xmpp.DyIOConversationFactory.DyIOConversationFactory(), and com.neuronrobotics.application.xmpp.DyIOConversationFactory.getConversation().