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 voidJbDeserializer. setUnsupportedListener(UnsupportedListener argListener)Sets a listener for unsupported exceptions instead of stopping the whole deserialization process by throwing and exception.voidJbSerializer. 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 UnsupportedListenerPbSerializer. listenerprivate UnsupportedListenerPbDeserializer. ulistenerMethods in org.jbox2d.serialization.pb with parameters of type UnsupportedListener Modifier and Type Method Description voidPbDeserializer. setUnsupportedListener(UnsupportedListener argListener)voidPbSerializer. 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 classTestbedTest -
Uses of UnsupportedListener in org.jbox2d.testbed.tests
Classes in org.jbox2d.testbed.tests that implement UnsupportedListener Modifier and Type Class Description classApplyForceclassBlobTest4classBodyTypesclassBreakableclassCantileverclassCarclassChainclassCharacterCollisionclassCircleStressclassCollisionFilteringclassCollisionProcessingclassCompoundShapesclassConfinedTestclassContinuousTestclassConvexHullclassConveyorBeltclassDistanceTestclassDominoTestclassDominoTowerclassDynamicTreeTestclassEdgeShapesclassFixedPendulumTestclassFreePendulumTestclassGearsclassLiquidTestThe dynamic tree broadphase doesn't really suite this test well.classOneSidedTestclassPistonTestclassPolyShapesclassPrismaticTestclassPulleysclassPyramidTestclassRayCastTestclassRevoluteTestclassRopeTestclassSensorTestclassShapeEditingclassSliderCrankTestclassSphereStackclassTheoJansenclassTumblerclassVaryingFrictionTestclassVaryingRestitutionclassVerticalStackclassWeb
-