public interface MessageListener
extends java.util.EventListener
Entity received a message.| Modifier and Type | Method and Description |
|---|---|
void |
messageReceived(MessageEvent event)
This method is called whenever a message is received by
IEntity.sendMessage(Object, String). |
void messageReceived(MessageEvent event)
IEntity.sendMessage(Object, String).event - The event data that contains information about the received message and sender.