|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A class implementating this interface is listener of BodyEvent
.
BodyEvent
Method Summary | |
void |
bodyChanged(BodyEvent event)
Signals that the body encapsulated in the event event
has been changed |
void |
bodyCreated(BodyEvent event)
Signals that the body encapsulated in the event bodyEvent
has been created |
void |
bodyDestroyed(BodyEvent event)
Signals that the body encapsulated in the event event
has been destroyed |
Method Detail |
public void bodyCreated(BodyEvent event)
bodyEvent
has been created
event
- the body event that detailled the creation of the bodypublic void bodyDestroyed(BodyEvent event)
event
has been destroyed
event
- the body event that details the destruction of the bodypublic void bodyChanged(BodyEvent event)
event
has been changed
event
- the body event that details the change of the body
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |