home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / sky-chopper.swf / scripts / __Packages / mx / data / binding / CustomValidator.as < prev    next >
Encoding:
Text File  |  2005-09-29  |  238 b   |  15 lines

  1. class mx.data.binding.CustomValidator
  2. {
  3.    var field;
  4.    function CustomValidator()
  5.    {
  6.    }
  7.    function validate(value)
  8.    {
  9.    }
  10.    function validationError(message)
  11.    {
  12.       this.field.validationError(message);
  13.    }
  14. }
  15.