Package org.jbox2d.testbed.framework
Class ListenerAdapter
- java.lang.Object
-
- org.jbox2d.testbed.framework.ListenerAdapter
-
- All Implemented Interfaces:
JbDeserializer.ObjectListener
class ListenerAdapter extends java.lang.Object implements JbDeserializer.ObjectListener
-
-
Field Summary
Fields Modifier and Type Field Description private JbDeserializer.ObjectListenerlistener
-
Constructor Summary
Constructors Constructor Description ListenerAdapter(JbDeserializer.ObjectListener argListener)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprocessBody(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)
-
-
-
Field Detail
-
listener
private final JbDeserializer.ObjectListener listener
-
-
Constructor Detail
-
ListenerAdapter
public ListenerAdapter(JbDeserializer.ObjectListener argListener)
-
-
Method Detail
-
processWorld
public void processWorld(World argWorld, java.lang.Long argTag)
- Specified by:
processWorldin interfaceJbDeserializer.ObjectListener
-
processBody
public void processBody(Body argBody, java.lang.Long argTag)
- Specified by:
processBodyin interfaceJbDeserializer.ObjectListener
-
processFixture
public void processFixture(Fixture argFixture, java.lang.Long argTag)
- Specified by:
processFixturein interfaceJbDeserializer.ObjectListener
-
processShape
public void processShape(Shape argShape, java.lang.Long argTag)
- Specified by:
processShapein interfaceJbDeserializer.ObjectListener
-
processJoint
public void processJoint(Joint argJoint, java.lang.Long argTag)
- Specified by:
processJointin interfaceJbDeserializer.ObjectListener
-
-