Module org.dyn4j

Class CollisionAdapter

  • All Implemented Interfaces:
    CollisionListener, Listener

    @Deprecated
    public class CollisionAdapter
    extends Object
    implements CollisionListener, Listener
    Deprecated.
    Deprecated in 4.0.0. Use the CollisionListenerAdapter in the world package instead.
    Convenience class for implementing the CollisionListener interface.

    This class can be used to implement only the methods desired instead of all the methods contained in the CollisionListener interface.

    By default this class allows processing to continue for all collision events.

    Since:
    1.0.0
    Version:
    4.0.0
    Author:
    William Bittle