Uses of Interface
com.realtime.crossfire.jxclient.skin.events.SkinEvent

Packages that use SkinEvent
com.realtime.crossfire.jxclient.skin.events   
com.realtime.crossfire.jxclient.skin.skin   
 

Uses of SkinEvent in com.realtime.crossfire.jxclient.skin.events
 

Classes in com.realtime.crossfire.jxclient.skin.events that implement SkinEvent
 class ConnectionStateSkinEvent
          A SkinEvent that executes a CommandList at connection setup.
 class CrossfireMagicmapSkinEvent
          A SkinEvent that executes a CommandList whenever a magicmap protocol command is received.
 class MapScrollSkinEvent
          A SkinEvent that executes a CommandList whenever the map scroll protocol command is received.
 class SkillAddedSkinEvent
          A SkinEvent that executes a CommandList whenever a new skill has been gained.
 class SkillRemovedSkinEvent
          A SkinEvent that executes a CommandList whenever a new skill has been lost.
 

Uses of SkinEvent in com.realtime.crossfire.jxclient.skin.skin
 

Fields in com.realtime.crossfire.jxclient.skin.skin with type parameters of type SkinEvent
private  java.util.Collection<SkinEvent> DefaultJXCSkin.skinEvents
          All SkinEvents attached to this instance.
 

Methods in com.realtime.crossfire.jxclient.skin.skin with parameters of type SkinEvent
 void DefaultJXCSkin.addSkinEvent(SkinEvent skinEvent)
          Records a SkinEvent attached to this instance.