Uses of Interface
org.jbox2d.serialization.UnsupportedListener
-
Packages that use UnsupportedListener Package Description org.jbox2d.serialization org.jbox2d.serialization.pb org.jbox2d.testbed.framework org.jbox2d.testbed.tests -
-
Uses of UnsupportedListener in org.jbox2d.serialization
Methods in org.jbox2d.serialization with parameters of type UnsupportedListener Modifier and Type Method Description void
JbDeserializer. setUnsupportedListener(UnsupportedListener argListener)
Sets a listener for unsupported exceptions instead of stopping the whole deserialization process by throwing and exception.void
JbSerializer. setUnsupportedListener(UnsupportedListener listener)
Sets a listener for unsupported exception instead of stopping the whole serialization process by throwing and exception. -
Uses of UnsupportedListener in org.jbox2d.serialization.pb
Fields in org.jbox2d.serialization.pb declared as UnsupportedListener Modifier and Type Field Description private UnsupportedListener
PbSerializer. listener
private UnsupportedListener
PbDeserializer. ulistener
Methods in org.jbox2d.serialization.pb with parameters of type UnsupportedListener Modifier and Type Method Description void
PbDeserializer. setUnsupportedListener(UnsupportedListener argListener)
void
PbSerializer. setUnsupportedListener(UnsupportedListener argListener)
Constructors in org.jbox2d.serialization.pb with parameters of type UnsupportedListener Constructor Description PbDeserializer(UnsupportedListener argListener)
PbDeserializer(UnsupportedListener argListener, JbDeserializer.ObjectListener argObjectListner)
PbSerializer(UnsupportedListener argListener)
PbSerializer(UnsupportedListener argListener, JbSerializer.ObjectSigner argSigner)
-
Uses of UnsupportedListener in org.jbox2d.testbed.framework
Classes in org.jbox2d.testbed.framework that implement UnsupportedListener Modifier and Type Class Description class
TestbedTest
-
Uses of UnsupportedListener in org.jbox2d.testbed.tests
Classes in org.jbox2d.testbed.tests that implement UnsupportedListener Modifier and Type Class Description class
ApplyForce
class
BlobTest4
class
BodyTypes
class
Breakable
class
Cantilever
class
Car
class
Chain
class
CharacterCollision
class
CircleStress
class
CollisionFiltering
class
CollisionProcessing
class
CompoundShapes
class
ConfinedTest
class
ContinuousTest
class
ConvexHull
class
ConveyorBelt
class
DistanceTest
class
DominoTest
class
DominoTower
class
DynamicTreeTest
class
EdgeShapes
class
FixedPendulumTest
class
FreePendulumTest
class
Gears
class
LiquidTest
The dynamic tree broadphase doesn't really suite this test well.class
OneSidedTest
class
PistonTest
class
PolyShapes
class
PrismaticTest
class
Pulleys
class
PyramidTest
class
RayCastTest
class
RevoluteTest
class
RopeTest
class
SensorTest
class
ShapeEditing
class
SliderCrankTest
class
SphereStack
class
TheoJansen
class
Tumbler
class
VaryingFrictionTest
class
VaryingRestitution
class
VerticalStack
class
Web
-