Skip to content

Instantly share code, notes, and snippets.

@codeaholicguy
Created December 17, 2015 02:02
Embed
What would you like to do?
public interface MessageListener {
public void onMessage(String sender, String receiver, String message);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment