BowlerKernel
DyIOConversationFactory.java
Go to the documentation of this file.
1 package com.neuronrobotics.application.xmpp;
2 
3 import com.neuronrobotics.application.xmpp.GoogleChat.IChatLog;
4 
5 
6 // TODO: Auto-generated Javadoc
11 
13  private IChatLog log;
14 
21  log=mine;
22  }
23 
24  /* (non-Javadoc)
25  * @see com.neuronrobotics.application.xmpp.IConversationFactory#getConversation()
26  */
27  @Override
29  System.out.println("Getting DyIO conversation");
30  return new DyIOConversation(log);
31  }
32 }