Crossfire JXClient, Trunk
Public Member Functions | Private Attributes | List of all members
com.realtime.crossfire.jxclient.skin.events.SkillAddedSkinEvent Class Reference
Inheritance diagram for com.realtime.crossfire.jxclient.skin.events.SkillAddedSkinEvent:
Inheritance graph
Collaboration diagram for com.realtime.crossfire.jxclient.skin.events.SkillAddedSkinEvent:
Collaboration graph

Public Member Functions

void dispose ()
 
 SkillAddedSkinEvent (@NotNull final CommandList commandList, @NotNull final Skill skill)
 

Private Attributes

final CommandList commandList
 
final Skill skill
 
final SkillListener skillListener
 

Detailed Description

A SkinEvent that executes a CommandList whenever a new skill has been gained.

Author
Andreas Kirschbaum

Definition at line 35 of file SkillAddedSkinEvent.java.

Constructor & Destructor Documentation

◆ SkillAddedSkinEvent()

com.realtime.crossfire.jxclient.skin.events.SkillAddedSkinEvent.SkillAddedSkinEvent ( @NotNull final CommandList  commandList,
@NotNull final Skill  skill 
)

Member Function Documentation

◆ dispose()

void com.realtime.crossfire.jxclient.skin.events.SkillAddedSkinEvent.dispose ( )

Member Data Documentation

◆ commandList

final CommandList com.realtime.crossfire.jxclient.skin.events.SkillAddedSkinEvent.commandList
private

◆ skill

final Skill com.realtime.crossfire.jxclient.skin.events.SkillAddedSkinEvent.skill
private

◆ skillListener

final SkillListener com.realtime.crossfire.jxclient.skin.events.SkillAddedSkinEvent.skillListener
private
Initial value:
= new SkillListener() {
@Override
public void gainedSkill() {
}
@Override
public void lostSkill() {
}
@Override
public void changedSkill() {
}
}

The SkillListener attached to skill.

Definition at line 53 of file SkillAddedSkinEvent.java.

Referenced by com.realtime.crossfire.jxclient.skin.events.SkillAddedSkinEvent.dispose(), and com.realtime.crossfire.jxclient.skin.events.SkillAddedSkinEvent.SkillAddedSkinEvent().


The documentation for this class was generated from the following file:
com.realtime.crossfire.jxclient.skin.events.SkillAddedSkinEvent.commandList
final CommandList commandList
Definition: SkillAddedSkinEvent.java:41
com.realtime.crossfire.jxclient.gui.commandlist.CommandList.execute
void execute()
Definition: CommandList.java:99