org.jbox2d.serialization
Interface JbDeserializer.ObjectListener

Enclosing interface:
JbDeserializer

public static interface JbDeserializer.ObjectListener

Called for each physics object with a tag defined.

Author:
dmurph

Method Summary
 void processBody(org.jbox2d.dynamics.Body body, Long tag)
           
 void processFixture(org.jbox2d.dynamics.Fixture fixture, Long tag)
           
 void processJoint(org.jbox2d.dynamics.joints.Joint joint, Long tag)
           
 void processShape(org.jbox2d.collision.shapes.Shape shape, Long tag)
           
 void processWorld(org.jbox2d.dynamics.World world, Long tag)
           
 

Method Detail

processWorld

void processWorld(org.jbox2d.dynamics.World world,
                  Long tag)

processBody

void processBody(org.jbox2d.dynamics.Body body,
                 Long tag)

processFixture

void processFixture(org.jbox2d.dynamics.Fixture fixture,
                    Long tag)

processShape

void processShape(org.jbox2d.collision.shapes.Shape shape,
                  Long tag)

processJoint

void processJoint(org.jbox2d.dynamics.joints.Joint joint,
                  Long tag)


Copyright © 2013. All Rights Reserved.