net.jinx.action
Interface OwnerListener

All Superinterfaces:
SceneListener
All Known Implementing Classes:
AudioRenderer, Clock, RealTimeClock, SteppingClock, VideoRenderer

public interface OwnerListener
extends SceneListener

This interface allows an Actor that implements it to listen for Actor adds and removals to/from it's owner. This is basically a tagging interface that lets Scene objects know that the Actor they're adding/removing is interested in knowing about the actors in the Scene.

API Stability: Beta.


Method Summary
 
Methods inherited from interface net.jinx.action.SceneListener
actorAdded, actorRemoved