topical media & game development

talk show tell print

actionscript-video-com-flashconnections-pattern-mvc-ifc-IMVCApplication.ax

actionscript-video-com-flashconnections-pattern-mvc-ifc-IMVCApplication.ax [swf] flex


  
Flash Video for Professionals: MVC Player http://www.flashconnections.com
author: James O'Reilly

  
  package com.flashconnections.pattern.mvc.ifc
  {
          import flash.display.MovieClip;
          
          import com.flashconnections.core.ifc.ICore;
          import com.flashconnections.pattern.mvc.Controller;
          import com.flashconnections.pattern.mvc.Model;
          import com.flashconnections.pattern.mvc.View;
          
          public interface @ax-actionscript-video-com-flashconnections-pattern-mvc-ifc-IMVCApplication extends ICore 
          {
                  function setModel(val:Model):void;
                  function getModel():Model;
                  function setView(val:View):void;
                  function getView():View;
                  function setController(val:Controller):void;
                  function getController():Controller;
                  
                  function setContainer(val:MovieClip):void;
                  function getContainer():MovieClip;
                  
                  function init(val:MovieClip):void;
          }
  }


(C) Æliens 27/08/2009

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.