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

  1. package mx.managers
  2. {
  3.    public interface IHistoryManagerClient
  4.    {
  5.       function loadState(param1:Object) : void;
  6.       
  7.       function saveState() : Object;
  8.       
  9.       function toString() : String;
  10.    }
  11. }
  12.  
  13.