Module org.dyn4j

Interface DestructionListener

  • All Superinterfaces:
    Listener
    All Known Implementing Classes:
    DestructionAdapter

    @Deprecated
    public interface DestructionListener
    extends Listener
    Deprecated.
    Deprecated in 4.0.0. Use the DestructionListener in the world package instead.
    Interface to listen for implicit destruction events.

    These events can happen when, for example, a Body is removed from a World where it was attached to a Joint. The joint must be removed as well. These methods will be called when any such implicit destruction events happen.

    Since:
    1.0.0
    Version:
    4.0.0
    Author:
    William Bittle