Class ListenerAdapter
java.lang.Object
org.jbox2d.testbed.framework.ListenerAdapter
- All Implemented Interfaces:
JbDeserializer.ObjectListener
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprocessBody(Body argBody, java.lang.Long argTag) voidprocessFixture(Fixture argFixture, java.lang.Long argTag) voidprocessJoint(Joint argJoint, java.lang.Long argTag) voidprocessShape(Shape argShape, java.lang.Long argTag) voidprocessWorld(World argWorld, java.lang.Long argTag) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
listener
-
-
Constructor Details
-
ListenerAdapter
-
-
Method Details
-
processWorld
- Specified by:
processWorldin interfaceJbDeserializer.ObjectListener
-
processBody
- Specified by:
processBodyin interfaceJbDeserializer.ObjectListener
-
processFixture
- Specified by:
processFixturein interfaceJbDeserializer.ObjectListener
-
processShape
- Specified by:
processShapein interfaceJbDeserializer.ObjectListener
-
processJoint
- Specified by:
processJointin interfaceJbDeserializer.ObjectListener
-