Interface TreeCallback

All Known Implementing Classes:
DefaultBroadPhaseBuffer, DynamicTreeTest

public interface TreeCallback
callback for DynamicTree
Author:
Daniel Murphy
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    treeCallback(int proxyId)
    Callback from a query request.
  • Method Details

    • treeCallback

      boolean treeCallback(int proxyId)
      Callback from a query request.
      Parameters:
      proxyId - The id of the proxy.
      Returns:
      if the query should be continued.