wyvern.lib.event
Interface MotionTracker
- All Superinterfaces:
- java.util.EventListener, MapChangeListener, MapMotionListener
- All Known Implementing Classes:
- PitTrap, Snooper
- public interface MotionTracker
- extends MapChangeListener, MapMotionListener
Convenience interface combining MapChangeListener and MapMotionTracker.
If you were planning on implementing both interfaces, you can simply
implement MotionTracker, and call GameObject.addMotionTracker() to
be registered for map-change and map-motion events for the object.
- Version:
- 1.0, Nov 01, 2003
- Author:
- Steve Yegge