com.realtime.crossfire.jxclient.server.crossfire
Interface CrossfireSkillInfoListener


public interface CrossfireSkillInfoListener

Interface for listeners interested in skill info responses.


Method Summary
 void addSkill(int skillId, java.lang.String skillName)
          Adds one skill info.
 void clearSkills()
          Clears all skill info.
 

Method Detail

addSkill

void addSkill(int skillId,
              @NotNull
              java.lang.String skillName)
Adds one skill info. This function is called for each skill info line.

Parameters:
skillId - the skill ID
skillName - the skill name

clearSkills

void clearSkills()
Clears all skill info. This function is called whenever new skill info is available.