com.realtime.crossfire.jxclient.skills
Interface SkillListener


public interface SkillListener

Interface for listeners on skill related changes.


Method Summary
 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.
 

Method Detail

changedSkill

void changedSkill()
Notifies the listener that the skill has changed.


gainedSkill

void gainedSkill()
Notifies the listener that the skill has been gained.


lostSkill

void lostSkill()
Notifies the listener that the skill has been lost.