Package org.jbox2d.callbacks
Interface TreeCallback
-
- All Known Implementing Classes:
BroadPhase
,DynamicTreeTest
,WorldQueryWrapper
public interface TreeCallback
callback forDynamicTree
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
treeCallback(int proxyId)
Callback from a query request.
-