Module org.dyn4j

Interface BoundsListener

  • All Superinterfaces:
    Listener
    All Known Implementing Classes:
    BoundsAdapter

    @Deprecated
    public interface BoundsListener
    extends Listener
    Deprecated.
    Deprecated in 4.0.0. Use the BoundsListener interface in the world package instead.
    Represents a Listener object that is notified when a CollisionBody goes out of Bounds.

    NOTE: Modification of the simulation in these methods can cause unexpected behavior.

    Since:
    1.0.0
    Version:
    4.0.0
    Author:
    William Bittle
    See Also:
    Bounds