Crossfire JXClient, Trunk
Public Member Functions | List of all members
com.realtime.crossfire.jxclient.spells.SpellsManagerListener Interface Reference
Inheritance diagram for com.realtime.crossfire.jxclient.spells.SpellsManagerListener:
Inheritance graph
Collaboration diagram for com.realtime.crossfire.jxclient.spells.SpellsManagerListener:
Collaboration graph

Public Member Functions

void spellAdded (int index)
 
void spellRemoved (int index)
 

Detailed Description

Interface for listeners interested in SpellsManager events.

Author
Andreas Kirschbaum

Definition at line 31 of file SpellsManagerListener.java.

Member Function Documentation

◆ spellAdded()

void com.realtime.crossfire.jxclient.spells.SpellsManagerListener.spellAdded ( int  index)

A new spell was added.

Parameters
indexthe current index of
spell
in the spells manager

◆ spellRemoved()

void com.realtime.crossfire.jxclient.spells.SpellsManagerListener.spellRemoved ( int  index)

A spell was removed.

Parameters
indexthe former index of
spell
in the spells manager

The documentation for this interface was generated from the following file: