Panda Bullet

Hi, I’m using Bullet to create collision polygon and check collisions in my simple application.

How can I handle collisions? Can I use Panda Collision Handler and Traverser to check collisions among Bullet collision shapes?
There’s a Bullet method to catch collision events (similar to Panda’s CollisionHandlerEvent)? The only method I’ve found at this time is contactTest
thank you