Class EntityMessageEvent
java.lang.Object
java.util.EventObject
de.gurkenlabs.litiengine.entities.EntityMessageEvent
- All Implemented Interfaces:
Serializable
This implementation is used for events that contain information about a received message.
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source -
Method Summary
Modifier and TypeMethodDescriptionGets the entity that received the message.Gets the message that was received.Methods inherited from class java.util.EventObject
getSource, toString
-
Method Details
-
getEntity
Gets the entity that received the message.- Returns:
- The entity that received the message.
-
getMessage
Gets the message that was received.- Returns:
- The message.
-