Package org.jbox2d.testbed.framework
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 TypeMethodDescriptionvoid
processBody
(Body argBody, java.lang.Long argTag) void
processFixture
(Fixture argFixture, java.lang.Long argTag) void
processJoint
(Joint argJoint, java.lang.Long argTag) void
processShape
(Shape argShape, java.lang.Long argTag) void
processWorld
(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:
processWorld
in interfaceJbDeserializer.ObjectListener
-
processBody
- Specified by:
processBody
in interfaceJbDeserializer.ObjectListener
-
processFixture
- Specified by:
processFixture
in interfaceJbDeserializer.ObjectListener
-
processShape
- Specified by:
processShape
in interfaceJbDeserializer.ObjectListener
-
processJoint
- Specified by:
processJoint
in interfaceJbDeserializer.ObjectListener
-