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

  1. class mx.data.binding.CustomFormatter
  2. {
  3.    function CustomFormatter()
  4.    {
  5.    }
  6.    function format(rawValue)
  7.    {
  8.    }
  9.    function unformat(formattedValue)
  10.    {
  11.    }
  12. }
  13.