home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Esportes / CrossingCup.swf / scripts / __Packages / sandy / events / SkinEvent.as < prev    next >
Text File  |  2007-12-11  |  317b  |  14 lines

  1. class sandy.events.SkinEvent extends com.bourre.events.BasicEvent
  2. {
  3.    static var onUpdateEVENT = new com.bourre.events.EventType("onUpdateEVENT");
  4.    function SkinEvent(e, oT, type)
  5.    {
  6.       super(e,oT);
  7.       this._type = type;
  8.    }
  9.    function getSkinType(Void)
  10.    {
  11.       return this._type;
  12.    }
  13. }
  14.