BowlerKernel
GoogleChatConversationFactory.java
Go to the documentation of this file.
1 package com.neuronrobotics.application.xmpp.GoogleChat;
2 
3 import com.neuronrobotics.application.xmpp.IConversation;
4 import com.neuronrobotics.application.xmpp.IConversationFactory;
5 
6 
7 // TODO: Auto-generated Javadoc
12 
13  /* (non-Javadoc)
14  * @see com.neuronrobotics.application.xmpp.IConversationFactory#getConversation()
15  */
16  @Override
18  return new GoogleChatConversation();
19  }
20 
21 }