package com.codename1.gaming.physics.box2d.callbacks

Listener and callback interfaces for the box2d physics engine (contact, query, ray cast and debug draw callbacks).

Part of the box2d simulation engine, a derived work of JBox2D used under the BSD 2-Clause license; see com.codename1.gaming.physics for attribution.

Types

class ContactFilterImplement this class to provide collision filtering.
class ContactImpulseContact impulses for reporting.
interface ContactListenerImplement this class to get contact information.
class DebugDrawImplement this abstract class to allow JBox2d to automatically draw your physics for debugging purposes.
interface DestructionListenerJoints and fixtures are destroyed when their associated body is destroyed.
interface PairCallback
interface QueryCallbackCallback class for AABB queries.
interface RayCastCallbackCallback class for ray casts.
interface TreeCallbackcallback for DynamicTree
interface TreeRayCastCallbackcallback for DynamicTree