topical media & game development

talk show tell print

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

actionscript-video-com-flashconnections-pattern-mvc-ifc-IView.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;
          
          public interface @ax-actionscript-video-com-flashconnections-pattern-mvc-ifc-IView extends ICore
          {
                  function setModel(val:Model):void;
                  function getModel():Model;
                  function setController(val:Controller):void;
                  function getController():Controller;
                  function getDefaultController():Controller;
                  
                  function setContainer(val:MovieClip):void;
                  function getContainer():MovieClip;
                  function setContent(val:MovieClip):void;
                  function getContent():MovieClip;
                  function init():void;
                  
                  function layout():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.