Access keys

PlayerController

Kind of class: class
Inherits from: AbstractController
Version: 1.01
Author: Jeroen Wijering
Classpath: com.jeroenwijering.players.PlayerController
File last modified: Wednesday, 20 December 2006, 15:13:46
User input management of the players MCV pattern.

Summary

Constructor
Instance properties

Constructor

PlayerController

function PlayerController (
car:Object, far:Array)
Constructor
Parameters:
car:
reference to the config array
far:
reference to the file array

Instance methods

getEvent

function getEvent (
typ:String, prm:Number) : Void
Receive events from the views.
Parameters:
typ:
event type
prm:
parameter value

startMCV

function startMCV (
mar:Array)
Complete the build of the MCV cycle and start flow of events.
Parameters:
mar:
Array with all models the controller should send events to
#