Package org.jbox2d.testbed.framework
Class TestQueryCallback
- java.lang.Object
-
- org.jbox2d.testbed.framework.TestQueryCallback
-
- All Implemented Interfaces:
QueryCallback
class TestQueryCallback extends java.lang.Object implements QueryCallback
-
-
Constructor Summary
Constructors Constructor Description TestQueryCallback()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
reportFixture(Fixture argFixture)
Called for each fixture found in the query AABB.
-
-
-
Method Detail
-
reportFixture
public boolean reportFixture(Fixture argFixture)
Description copied from interface:QueryCallback
Called for each fixture found in the query AABB.- Specified by:
reportFixture
in interfaceQueryCallback
- Returns:
- false to terminate the query.
-
-