<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>AbstractController</title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
<link rel="stylesheet" type="text/css" href="css/VisDoc.css"/>
<script src="js/doc.js" type="text/javascript">//</script>
</head>
<body pageId="Pagecom_jeroenwijering_players_AbstractController">
<div class="VisDoc"><span id="PageTop"><!----></span>
<div class="content"><span class="accessKeysInfo"><span class="label"><a href="#" class="accessKeyInfoToggle" onclick="toggleAccessKeyInfo(); return true;">Access keys</a></span><span class="accessKeyLinks" style="display:none;"><a href="#PageTop" accesskey="t">T</a>op, <a href="#Summary" accesskey="s">S</a>ummary, <a href="#Constructor" accesskey="c">C</a>onstructors,
Instance <a href="#Instanceproperties" accesskey="p">p</a>roperties,
Instance <a href="#Instancemethods" accesskey="m">m</a>ethods</span></span><h1>AbstractController</h1>
<div class="classProperties">
<table cellspacing="0">
<tr>
<th>Kind of class:</th>
<td>class</td>
</tr>
<tr>
<th>Inherits from:</th>
<td>none</td>
</tr>
<tr>
<th>Known subclasses:</th>
<td>
<ul>
<li>
<a href="com_jeroenwijering_players_PlayerController.html">PlayerController</a>
</li>
<li>
<a href="com_jeroenwijering_players_RotatorController.html">RotatorController</a>
</li>
</ul>
</td>
</tr>
<tr>
<th class="classDetails">Version:</th>
<td class="classDetails">1.00</td>
</tr>
<tr>
<th class="classDetails">Author:</th>
<td class="classDetails">Jeroen Wijering</td>
</tr>
<tr>
<th class="classDetails">Classpath:</th>
<td class="classDetails">com.jeroenwijering.players.AbstractController</td>
</tr>
<tr>
<th class="classDetails">File last modified:</th>
<td class="classDetails">Monday, 06 November 2006, 17:21:46</td>
</tr>
</table>
</div>
<div class="classDescription">
<div class="descriptionSummary">User input management of the players MCV pattern.</div><br /> Holds all functionality the controllers share.</div>
<div class="summary hasBottomDivider">
<h2 class="hasBottomDivider"><span id="Summary">Summary</span></h2>
<div class="methodList">
<div class="methodSummaryPart"><span class="title">Constructor</span><ul>
<li>
<a href="#AbstractController">AbstractController</a>
</li>
</ul>
</div>
<div class="methodSummaryPart"><span class="title">Instance methods</span><ul>
<li>
<a href="#startMCV">startMCV</a>
</li>
<li>
<a href="#getEvent">getEvent</a>
</li>
</ul>
</div>
</div>
</div>
<div class="methodSection">
<h2 class="hasBottomDivider"><span id="Constructor">Constructor</span></h2>
<div class="method hasBottomDivider">
<h3 id="AbstractController">AbstractController</h3>
<div class="fullMemberString">
<div class="clearfix floatholder">
<div class="floatbox code">function <b>AbstractController</b> (
</div>
<div><span class="code">car:Object,
far:Array)</span></div>
</div>
</div>
<div class="description">Constructor</div>
<div class="boxWithBorder">
<div class="boxedElem">
<div class="contentHolder"><span class="title">Parameters:</span><div class="item">
<div class="floatbox code colorizedCode">car<span class="itemSeparator">:</span></div>
<div>reference to the config array</div>
</div>
<div class="item">
<div class="floatbox code colorizedCode">far<span class="itemSeparator">:</span></div>
<div>reference to the file array</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="methodSection">
<h2 class="hasBottomDivider"><span id="Instancemethods">Instance methods</span></h2>
<div class="method hasBottomDivider">
<h3 id="getEvent">getEvent</h3>
<div class="fullMemberString">
<div class="clearfix floatholder">
<div class="floatbox code">function <b>getEvent</b> (
</div>
<div><span class="code">typ:String,
prm:Number) : Void</span></div>
</div>
</div>
<div class="description">Receive events from the views.</div>
<div class="boxWithBorder">
<div class="boxedElem">
<div class="contentHolder"><span class="title">Parameters:</span><div class="item">
<div class="floatbox code colorizedCode">typ<span class="itemSeparator">:</span></div>
<div>event type</div>
</div>
<div class="item">
<div class="floatbox code colorizedCode">prm<span class="itemSeparator">:</span></div>
<div>parameter value</div>
</div>
</div>
</div>
</div>
</div>
<div class="method hasBottomDivider">
<h3 id="startMCV">startMCV</h3>
<div class="fullMemberString">
<div class="clearfix floatholder">
<div class="floatbox code">function <b>startMCV</b> (
</div>
<div><span class="code">mar:Array)</span></div>
</div>
</div>
<div class="description">Complete the build of the MCV cycle and start flow of events.</div>
<div class="boxWithBorder">
<div class="boxedElem">
<div class="contentHolder"><span class="title">Parameters:</span><div class="item">
<div class="floatbox code colorizedCode">mar<span class="itemSeparator">:</span></div>
<div>Array with all models the controller should send events to</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="footer"><span class="docFooter"><span class="createdWith">Created with <a href="http://visiblearea.com/visdoc/">VisDoc</a></span><span class="separator">|</span><span class="creationDate">Tuesday, 07 November 2006, 14:45:37</span><span class="separator">|</span><a href="#" onclick="showTOC(); return false;" class="showToc">show TOC</a><a href="#" onclick="hideTOC(); return false;" class="hideToc">hide TOC</a></span><span class="tocFooter"><a href="#" onclick="hideTOC(); return false;" class="hideToc">hide TOC</a></span>
</div>
</div>
</div>
</body>
</html>