Class EntityMovedEvent

java.lang.Object
java.util.EventObject
de.gurkenlabs.litiengine.entities.EntityMovedEvent
All Implemented Interfaces:
java.io.Serializable

public class EntityMovedEvent
extends java.util.EventObject
See Also:
Serialized Form
  • Field Summary

    Fields inherited from class java.util.EventObject

    source
  • Constructor Summary

    Constructors 
    ConstructorDescription
    EntityMovedEvent​(IMobileEntity entity, double deltaX, double deltaY) 
  • Method Summary

    Modifier and TypeMethodDescription
    doublegetDeltaX() 
    doublegetDeltaY() 
    doublegetDistance() 
    IMobileEntitygetEntity() 

    Methods inherited from class java.util.EventObject

    getSource, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait