topical media & game development
actionscript-video-com-flashconnections-pattern-mvc-ifc-IController.ax
actionscript-video-com-flashconnections-pattern-mvc-ifc-IController.ax
[swf]
flex
Flash Video for Professionals: MVC Player
http://www.flashconnections.com
author: James O'Reilly
package com.flashconnections.pattern.mvc.ifc
{
import com.flashconnections.core.ifc.ICore;
import com.flashconnections.pattern.mvc.Model;
import com.flashconnections.pattern.mvc.View;
public interface @ax-actionscript-video-com-flashconnections-pattern-mvc-ifc-IController extends ICore
{
function setModel(val:Model):void;
function getModel():Model;
function setView(val:View):void;
function getView():View;
function init():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.