rle.simple.monster
Class MonsterDeathListener

java.lang.Object
  extended by rle.simple.monster.MonsterDeathListener
All Implemented Interfaces:
RuntimeDataListener, Cause

public class MonsterDeathListener
extends java.lang.Object
implements RuntimeDataListener, Cause

Detect and respond to monster death. For now, we just give the player some experience. This class will have to be augmented later to only give experience if the player killed the monster.


Method Summary
 void dataChange(RuntimeDataEvent e)
           
 java.lang.String getCauseDescription()
          The internationalized description of this Cause.
 java.lang.Object getSource()
          The underlying Object that the Cause description refers to.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

dataChange

public void dataChange(RuntimeDataEvent e)
Specified by:
dataChange in interface RuntimeDataListener

getCauseDescription

public java.lang.String getCauseDescription()
Description copied from interface: Cause
The internationalized description of this Cause. This should be able to fit the basic sentence structure "Player Timmy, killed by [cause] on level 25."

Specified by:
getCauseDescription in interface Cause

getSource

public java.lang.Object getSource()
The underlying Object that the Cause description refers to.

Specified by:
getSource in interface Cause