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

All Known Implementing Classes:
ConnectionStateSkinEvent, CrossfireMagicmapSkinEvent, MapScrollSkinEvent, SkillAddedSkinEvent, SkillRemovedSkinEvent

public interface SkinEvent

Interface for events attached to skins.


Method Summary
 void dispose()
          Will be called when the skin is disposed.
 

Method Detail

dispose

void dispose()
Will be called when the skin is disposed. Should release resources.