|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PhysicsCollisionListener
Interface for Objects that want to be informed about collision events in the physics space
Method Summary | |
---|---|
void |
collision(PhysicsCollisionEvent event)
Called when a collision happened in the PhysicsSpace, called from render thread. Do not store the event object as it will be cleared after the method has finished. |
Method Detail |
---|
void collision(PhysicsCollisionEvent event)
event
- the CollisionEvent
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |