Uses of Interface
org.jbox2d.dynamics.DestructionListener

Packages that use DestructionListener
org.jbox2d.dynamics This package handles non-collision aspects of simulation. 
org.jbox2d.testbed The JBox2d 2.0 testbed, implemented using Processing
 

Uses of DestructionListener in org.jbox2d.dynamics
 

Methods in org.jbox2d.dynamics with parameters of type DestructionListener
 void World.setDestructionListener(DestructionListener listener)
          Register a destruction listener.
 

Uses of DestructionListener in org.jbox2d.testbed
 

Fields in org.jbox2d.testbed declared as DestructionListener
protected  DestructionListener AbstractExample.m_destructionListener
          Listener for body and joint destructions.