evolution.events
Class HumanDiedEvt

evolution.events.Event
  |
  +--evolution.events.HumanDiedEvt

public class HumanDiedEvt
extends Event

Event triggered when a human died.


Constructor Summary
HumanDiedEvt(Human human)
          Create new human died event.

Method Summary
 HumangetHuman()
          Return the human that died.

Constructor Detail

HumanDiedEvt

public HumanDiedEvt(Human human)
Create new human died event.
Method Detail

getHuman

public Human getHuman()
Return the human that died.

Association Links

to Class evolution.Human

The human that died.

a gvijf production