- Joined
- Sep 22, 2014
- Messages
- 618
- Thread Author
- #1
Code:
public void onMessageReceived(MessageEvent arg0) {
System.out.print(arg0.getMessage());
}
Before you ask, yes, I am using getEventDispatcher().addListener(this);
Frequently doesn't print anything out to the console. I'd post a screenshot, but it would just consist of a chatbox with a load of messages in it and nothing in the console.
@Qosmiof2 can also corroborate this.