|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DestructionListener
Joints and shapes are destroyed when their associated body is destroyed. Implement this listener so that you may nullify references to these joints and shapes.
| Method Summary | |
|---|---|
void |
sayGoodbye(Joint joint)
Called when any joint is about to be destroyed due to the destruction of one of its attached bodies. |
void |
sayGoodbye(Shape shape)
Called when any shape is about to be destroyed due to the destruction of its parent body. |
| Method Detail |
|---|
void sayGoodbye(Joint joint)
void sayGoodbye(Shape shape)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||