org.dfdaemon.il2.api.event.player
Class DeathEvent

java.lang.Object
  extended by org.dfdaemon.il2.api.event.Event
      extended by org.dfdaemon.il2.api.event.LocatableEvent
          extended by org.dfdaemon.il2.api.event.player.DeathEvent
All Implemented Interfaces:
Serializable

public class DeathEvent
extends LocatableEvent

Author:
aka50
See Also:
Serialized Form

Constructor Summary
DeathEvent()
           
 
Method Summary
 String getByWho()
           
 void setByWho(String byWho)
           
 String toString()
           
 
Methods inherited from class org.dfdaemon.il2.api.event.LocatableEvent
getName, getWho, getX, getY, setWho, setX, setY
 
Methods inherited from class org.dfdaemon.il2.api.event.Event
getDate, setDate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DeathEvent

public DeathEvent()
Method Detail

getByWho

public String getByWho()

setByWho

public void setByWho(String byWho)

toString

public String toString()
Overrides:
toString in class LocatableEvent


Copyright © 2007-2008. All Rights Reserved.