Skip to content

Instantly share code, notes, and snippets.

@moea
Created April 3, 2013 13:19
Show Gist options
  • Save moea/5301137 to your computer and use it in GitHub Desktop.
Save moea/5301137 to your computer and use it in GitHub Desktop.
public interface IMessageListener {
void messageReceived(String messageBody);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment