org.jbox2d.dynamics
Class WorldListener

java.lang.Object
  extended by org.jbox2d.dynamics.WorldListener

public class WorldListener
extends java.lang.Object


Constructor Summary
WorldListener()
           
 
Method Summary
 void destructor()
           
 org.jbox2d.dynamics.BoundaryResponse notifyBoundaryViolated(Body body)
           
 void notifyJointDestroyed(Joint joint)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorldListener

public WorldListener()
Method Detail

destructor

public void destructor()

notifyJointDestroyed

public void notifyJointDestroyed(Joint joint)

notifyBoundaryViolated

public org.jbox2d.dynamics.BoundaryResponse notifyBoundaryViolated(Body body)