home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Puzzle / HexiomConnect.swf / scripts / mx / core / IButton.as < prev    next >
Encoding:
Text File  |  2008-08-29  |  289 b   |  14 lines

  1. package mx.core
  2. {
  3.    public interface IButton extends IUIComponent
  4.    {
  5.        
  6.       
  7.       function get emphasized() : Boolean;
  8.       
  9.       function set emphasized(param1:Boolean) : void;
  10.       
  11.       function callLater(param1:Function, param2:Array = null) : void;
  12.    }
  13. }
  14.