home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2011 May / ME_2011_05.iso / Galileo-Video-Tutorial / system / player.swf / scripts / controller / ChangeNavigationView.as next >
Encoding:
Text File  |  2010-11-30  |  296 b   |  18 lines

  1. package controller
  2. {
  3.    import org.robotlegs.mvcs.Command;
  4.    
  5.    public class ChangeNavigationView extends Command
  6.    {
  7.       public function ChangeNavigationView()
  8.       {
  9.          super();
  10.       }
  11.       
  12.       override public function execute() : void
  13.       {
  14.       }
  15.    }
  16. }
  17.  
  18.