org.jbox2d.callbacks
Interface TreeCallback

All Known Implementing Classes:
BroadPhase

public interface TreeCallback

callback for DynamicTree

Author:
Daniel Murphy

Method Summary
 boolean treeCallback(DynamicTreeNode node)
          Callback from a query request.
 

Method Detail

treeCallback

boolean treeCallback(DynamicTreeNode node)
Callback from a query request.

Parameters:
node -
Returns:
if the query should be continued


Copyright © 2012. All Rights Reserved.