BowlerKernel
IChatLog.java
Go to the documentation of this file.
1 package com.neuronrobotics.application.xmpp.GoogleChat;
2 
3 // TODO: Auto-generated Javadoc
7 public interface IChatLog {
8 
14  public void onLogEvent(String newText);
15 }