|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SceneListener
This interface allows an object that implements it to listen for Actor adds
and removals to/from a Scene.
API Stability: Stable.
Method Summary | |
---|---|
void |
actorAdded(Actor actor,
Scene scene)
Called when an Actor has been added to the Scene. |
void |
actorRemoved(Actor actor,
Scene scene)
Called when an Actor has been removed from the Scene. |
Method Detail |
---|
void actorAdded(Actor actor, Scene scene)
actor
- the Actor that has been added.scene
- the Scene that this event came from.void actorRemoved(Actor actor, Scene scene)
actor
- the Actor that has been removed.scene
- the Scene that this event came from.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |