public interface SkillListener
extends java.util.EventListener
Modifier and Type | Method and Description |
---|---|
void |
changedSkill()
Notifies the listener that the skill has changed.
|
void |
gainedSkill()
Notifies the listener that the skill has been gained.
|
void |
lostSkill()
Notifies the listener that the skill has been lost.
|