wyvern.lib.event
Interface MapPlayerListener

All Known Implementing Classes:
LoopingSound, MapPlayerAdapter

public interface MapPlayerListener

Listener interface for objects wanting to know when any player enters a map, leaves the map, or moves in the map, for a specific map.

Version:
1.0, Aug 05, 2003
Author:
Steve Yegge

Method Summary
 void playerEvent(MapPlayerEvent event)
          Notification that a MapPlayerEvent has occurred.
 

Method Detail

playerEvent

public void playerEvent(MapPlayerEvent event)
Notification that a MapPlayerEvent has occurred.