home *** CD-ROM | disk | FTP | other *** search
/ Computer Active 2010 August / CA08.iso / Multimedija / shufflr.air / ShufflrClient.swf / scripts / mx / core / IConstraintClient.as < prev    next >
Encoding:
Text File  |  2010-06-23  |  207 b   |  11 lines

  1. package mx.core
  2. {
  3.    public interface IConstraintClient
  4.    {
  5.       function setConstraintValue(param1:String, param2:*) : void;
  6.       
  7.       function getConstraintValue(param1:String) : *;
  8.    }
  9. }
  10.  
  11.