org.jbox2d.callbacks
Interface TreeCallback

All Known Implementing Classes:
BroadPhase

public interface TreeCallback

callback for DynamicTree

Author:
Daniel Murphy

Method Summary
 boolean treeCallback(int proxyId)
          Callback from a query request.
 

Method Detail

treeCallback

boolean treeCallback(int proxyId)
Callback from a query request.

Parameters:
proxyId - the id of the proxy
Returns:
if the query should be continued


Copyright © 2013. All Rights Reserved.