Skip to content

Instantly share code, notes, and snippets.

@ttaylorr
Created March 1, 2015 17:21
Show Gist options
  • Save ttaylorr/f1b4eac5c83420b3854d to your computer and use it in GitHub Desktop.
Save ttaylorr/f1b4eac5c83420b3854d to your computer and use it in GitHub Desktop.
connectable.listen(ChatEvent.class, new ResponseHandler<ChatEvent>() {
@Override public void onResponse(ChatEvent e) {
// ...
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment