Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
saadshams committed Dec 17, 2023
1 parent 3ac2220 commit 1c0aca2
Show file tree
Hide file tree
Showing 24 changed files with 100 additions and 100 deletions.
20 changes: 10 additions & 10 deletions pages/docs/JS/es/Controller.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ <h4 class="name" id="Controller"><span class="type-signature"></span>new Control
are intended to handle which `Notifications`.</LI>
<LI> Registering itself as an `Observer` with
the `View` for each `Notification`
that it has an `Command` mapping for.</LI>
that it has a `Command` mapping for.</LI>
<LI> Creating a new instance of the proper `Command`
to handle a given `Notification` when notified by the `View`.</LI>
<LI> Calling the `Command`'s `execute`
Expand Down Expand Up @@ -742,7 +742,7 @@ <h4 class="name" id=".removeController"><span class="type-signature">(static) </


<div class="description">
<p>Remove an Controller instance</p>
<p>Remove a Controller instance</p>
</div>


Expand Down Expand Up @@ -877,7 +877,7 @@ <h4 class="name" id="executeCommand"><span class="type-signature"></span>execute


<div class="description">
<P>If an `Command` has previously been registered
<P>If a `Command` has previously been registered
to handle the given `Notification`, then it is executed.</P>
</div>

Expand Down Expand Up @@ -975,7 +975,7 @@ <h5>Parameters:</h5>


<td class="description last">
<p>an <code>Notification</code></p>
<p>a <code>Notification</code></p>

</td>
</tr>
Expand Down Expand Up @@ -1274,7 +1274,7 @@ <h4 class="name" id="registerCommand"><span class="type-signature"></span>regist
handle `Notification`s with this name, it is no longer
used, the new `Command` is used instead.</P>
<P>The Observer for the new Command is only created if this the
first time an Command has been regisered for this Notification name.</P>
first time a Command has been registered for this Notification name.</P>
</div>


Expand Down Expand Up @@ -2328,7 +2328,7 @@ <h4 class="name" id=".removeController"><span class="type-signature">(static) </


<div class="description">
<p>Remove an Controller instance</p>
<p>Remove a Controller instance</p>
</div>


Expand Down Expand Up @@ -2463,7 +2463,7 @@ <h4 class="name" id="executeCommand"><span class="type-signature"></span>execute


<div class="description">
<P>If an `Command` has previously been registered
<P>If a `Command` has previously been registered
to handle the given `Notification`, then it is executed.</P>
</div>

Expand Down Expand Up @@ -2561,7 +2561,7 @@ <h5>Parameters:</h5>


<td class="description last">
<p>an <code>Notification</code></p>
<p>a <code>Notification</code></p>

</td>
</tr>
Expand Down Expand Up @@ -2860,7 +2860,7 @@ <h4 class="name" id="registerCommand"><span class="type-signature"></span>regist
handle `Notification`s with this name, it is no longer
used, the new `Command` is used instead.</P>
<P>The Observer for the new Command is only created if this the
first time an Command has been regisered for this Notification name.</P>
first time a Command has been registered for this Notification name.</P>
</div>


Expand Down Expand Up @@ -3156,7 +3156,7 @@ <h5>Parameters:</h5>
<br class="clear">

<footer>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.5</a> on Thu Dec 14 2023 23:11:10 GMT-0500 (Eastern Standard Time) using the Minami theme.
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.5</a> on Sun Dec 17 2023 11:59:27 GMT-0500 (Eastern Standard Time) using the Minami theme.
</footer>

<script>prettyPrint();</script>
Expand Down
2 changes: 1 addition & 1 deletion pages/docs/JS/es/MacroCommand.html
Original file line number Diff line number Diff line change
Expand Up @@ -1217,7 +1217,7 @@ <h4 class="name" id="initializeMacroCommand"><span class="type-signature"></span
<br class="clear">

<footer>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.5</a> on Thu Dec 14 2023 23:11:10 GMT-0500 (Eastern Standard Time) using the Minami theme.
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.5</a> on Sun Dec 17 2023 11:59:27 GMT-0500 (Eastern Standard Time) using the Minami theme.
</footer>

<script>prettyPrint();</script>
Expand Down
2 changes: 1 addition & 1 deletion pages/docs/JS/es/Mediator.html
Original file line number Diff line number Diff line change
Expand Up @@ -1770,7 +1770,7 @@ <h4 class="name" id="onRemove"><span class="type-signature"></span>onRemove<span
<br class="clear">

<footer>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.5</a> on Thu Dec 14 2023 23:11:10 GMT-0500 (Eastern Standard Time) using the Minami theme.
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.5</a> on Sun Dec 17 2023 11:59:27 GMT-0500 (Eastern Standard Time) using the Minami theme.
</footer>

<script>prettyPrint();</script>
Expand Down
18 changes: 9 additions & 9 deletions pages/docs/JS/es/Model.html
Original file line number Diff line number Diff line change
Expand Up @@ -1031,7 +1031,7 @@ <h4 class="name" id="registerProxy"><span class="type-signature"></span>register


<div class="description">
<p>Register an <code>Proxy</code> with the <code>Model</code>.</p>
<p>Register a <code>Proxy</code> with the <code>Model</code>.</p>
</div>


Expand Down Expand Up @@ -1128,7 +1128,7 @@ <h5>Parameters:</h5>


<td class="description last">
<p>an <code>Proxy</code> to be held by the <code>Model</code>.</p>
<p>a <code>Proxy</code> to be held by the <code>Model</code>.</p>

</td>
</tr>
Expand Down Expand Up @@ -1166,7 +1166,7 @@ <h4 class="name" id="removeProxy"><span class="type-signature"></span>removeProx


<div class="description">
<p>Remove an <code>Proxy</code> from the <code>Model</code>.</p>
<p>Remove a <code>Proxy</code> from the <code>Model</code>.</p>
</div>


Expand Down Expand Up @@ -1326,7 +1326,7 @@ <h4 class="name" id="retrieveProxy"><span class="type-signature"></span>retrieve


<div class="description">
<p>Retrieve an <code>Proxy</code> from the <code>Model</code>.</p>
<p>Retrieve a <code>Proxy</code> from the <code>Model</code>.</p>
</div>


Expand Down Expand Up @@ -2551,7 +2551,7 @@ <h4 class="name" id="registerProxy"><span class="type-signature"></span>register


<div class="description">
<p>Register an <code>Proxy</code> with the <code>Model</code>.</p>
<p>Register a <code>Proxy</code> with the <code>Model</code>.</p>
</div>


Expand Down Expand Up @@ -2648,7 +2648,7 @@ <h5>Parameters:</h5>


<td class="description last">
<p>an <code>Proxy</code> to be held by the <code>Model</code>.</p>
<p>a <code>Proxy</code> to be held by the <code>Model</code>.</p>

</td>
</tr>
Expand Down Expand Up @@ -2686,7 +2686,7 @@ <h4 class="name" id="removeProxy"><span class="type-signature"></span>removeProx


<div class="description">
<p>Remove an <code>Proxy</code> from the <code>Model</code>.</p>
<p>Remove a <code>Proxy</code> from the <code>Model</code>.</p>
</div>


Expand Down Expand Up @@ -2846,7 +2846,7 @@ <h4 class="name" id="retrieveProxy"><span class="type-signature"></span>retrieve


<div class="description">
<p>Retrieve an <code>Proxy</code> from the <code>Model</code>.</p>
<p>Retrieve a <code>Proxy</code> from the <code>Model</code>.</p>
</div>


Expand Down Expand Up @@ -3011,7 +3011,7 @@ <h5>Returns:</h5>
<br class="clear">

<footer>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.5</a> on Thu Dec 14 2023 23:11:10 GMT-0500 (Eastern Standard Time) using the Minami theme.
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.5</a> on Sun Dec 17 2023 11:59:27 GMT-0500 (Eastern Standard Time) using the Minami theme.
</footer>

<script>prettyPrint();</script>
Expand Down
2 changes: 1 addition & 1 deletion pages/docs/JS/es/Notification.html
Original file line number Diff line number Diff line change
Expand Up @@ -1331,7 +1331,7 @@ <h5>Returns:</h5>
<br class="clear">

<footer>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.5</a> on Thu Dec 14 2023 23:11:10 GMT-0500 (Eastern Standard Time) using the Minami theme.
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.5</a> on Sun Dec 17 2023 11:59:27 GMT-0500 (Eastern Standard Time) using the Minami theme.
</footer>

<script>prettyPrint();</script>
Expand Down
4 changes: 2 additions & 2 deletions pages/docs/JS/es/Notifier.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ <h4 class="name" id="Notifier"><span class="type-signature"></span>new Notifier<
<P>The `Notifier` interface provides a common method called
`sendNotification` that relieves implementation code of
the necessity to actually construct `Notifications`.</P>
<P>The `Notifier` class, which all of the above mentioned classes
<P>The `Notifier` class, which all the above-mentioned classes
extend, provides an initialized reference to the `Facade`
Multiton, which is required for the convenience method
for sending `Notifications`, but also eases implementation as these
Expand Down Expand Up @@ -652,7 +652,7 @@ <h5>Parameters:</h5>
<br class="clear">

<footer>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.5</a> on Thu Dec 14 2023 23:11:10 GMT-0500 (Eastern Standard Time) using the Minami theme.
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.5</a> on Sun Dec 17 2023 11:59:27 GMT-0500 (Eastern Standard Time) using the Minami theme.
</footer>

<script>prettyPrint();</script>
Expand Down
2 changes: 1 addition & 1 deletion pages/docs/JS/es/Observer.html
Original file line number Diff line number Diff line change
Expand Up @@ -1493,7 +1493,7 @@ <h5>Parameters:</h5>
<br class="clear">

<footer>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.5</a> on Thu Dec 14 2023 23:11:10 GMT-0500 (Eastern Standard Time) using the Minami theme.
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.5</a> on Sun Dec 17 2023 11:59:27 GMT-0500 (Eastern Standard Time) using the Minami theme.
</footer>

<script>prettyPrint();</script>
Expand Down
2 changes: 1 addition & 1 deletion pages/docs/JS/es/Proxy.html
Original file line number Diff line number Diff line change
Expand Up @@ -1550,7 +1550,7 @@ <h4 class="name" id="onRemove"><span class="type-signature"></span>onRemove<span
<br class="clear">

<footer>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.5</a> on Thu Dec 14 2023 23:11:10 GMT-0500 (Eastern Standard Time) using the Minami theme.
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.5</a> on Sun Dec 17 2023 11:59:27 GMT-0500 (Eastern Standard Time) using the Minami theme.
</footer>

<script>prettyPrint();</script>
Expand Down
4 changes: 2 additions & 2 deletions pages/docs/JS/es/SimpleCommand.html
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ <h4 class="name" id="execute"><span class="type-signature"></span>execute<span c
<div class="description">
<p>Fulfill the use-case initiated by the given <code>Notification</code>.</p>
<P>In the Command Pattern, an application use-case typically
begins with some user action, which results in an `Notification` being broadcast, which
begins with some user action, which results in a `Notification` being broadcast, which
is handled by business logic in the `execute` method of an
`Command`.</P>
</div>
Expand Down Expand Up @@ -321,7 +321,7 @@ <h5>Parameters:</h5>
<br class="clear">

<footer>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.5</a> on Thu Dec 14 2023 23:11:10 GMT-0500 (Eastern Standard Time) using the Minami theme.
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.5</a> on Sun Dec 17 2023 11:59:27 GMT-0500 (Eastern Standard Time) using the Minami theme.
</footer>

<script>prettyPrint();</script>
Expand Down
24 changes: 12 additions & 12 deletions pages/docs/JS/es/View.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ <h4 class="name" id="View"><span class="type-signature"></span>new View<span cla
<UL>
<LI>Maintain a cache of `Mediator` instances.</LI>
<LI>Provide methods for registering, retrieving, and removing `Mediators`.</LI>
<LI>Notifiying `Mediators` when they are registered or removed.</LI>
<LI>Notifying `Mediators` when they are registered or removed.</LI>
<LI>Managing the observer lists for each `Notification` in the application.</LI>
<LI>Providing a method for attaching `Observers` to an `Notification`'s observer list.</LI>
<LI>Providing a method for broadcasting an `Notification`.</LI>
<LI>Providing a method for attaching `Observers` to a `Notification`'s observer list.</LI>
<LI>Providing a method for broadcasting a `Notification`.</LI>
<LI>Notifying the `Observers` of a given `Notification` when it broadcast.</LI>
</UL>
</div>
Expand Down Expand Up @@ -729,7 +729,7 @@ <h4 class="name" id=".removeView"><span class="type-signature">(static) </span>r


<div class="description">
<p>Remove an View instance</p>
<p>Remove a View instance</p>
</div>


Expand Down Expand Up @@ -1244,7 +1244,7 @@ <h4 class="name" id="registerMediator"><span class="type-signature"></span>regis


<div class="description">
<p>Register an <code>Mediator</code> instance with the <code>View</code>.</p>
<p>Register a <code>Mediator</code> instance with the <code>View</code>.</p>
<P>Registers the `Mediator` so that it can be retrieved by name,
and further interrogates the `Mediator` for its
`Notification` interests.</P>
Expand Down Expand Up @@ -1549,7 +1549,7 @@ <h4 class="name" id="removeMediator"><span class="type-signature"></span>removeM


<div class="description">
<p>Remove an <code>Mediator</code> from the <code>View</code>.</p>
<p>Remove a <code>Mediator</code> from the <code>View</code>.</p>
</div>


Expand Down Expand Up @@ -1870,7 +1870,7 @@ <h4 class="name" id="retrieveMediator"><span class="type-signature"></span>retri


<div class="description">
<p>Retrieve an <code>Mediator</code> from the <code>View</code>.</p>
<p>Retrieve a <code>Mediator</code> from the <code>View</code>.</p>
</div>


Expand Down Expand Up @@ -2792,7 +2792,7 @@ <h4 class="name" id=".removeView"><span class="type-signature">(static) </span>r


<div class="description">
<p>Remove an View instance</p>
<p>Remove a View instance</p>
</div>


Expand Down Expand Up @@ -3307,7 +3307,7 @@ <h4 class="name" id="registerMediator"><span class="type-signature"></span>regis


<div class="description">
<p>Register an <code>Mediator</code> instance with the <code>View</code>.</p>
<p>Register a <code>Mediator</code> instance with the <code>View</code>.</p>
<P>Registers the `Mediator` so that it can be retrieved by name,
and further interrogates the `Mediator` for its
`Notification` interests.</P>
Expand Down Expand Up @@ -3612,7 +3612,7 @@ <h4 class="name" id="removeMediator"><span class="type-signature"></span>removeM


<div class="description">
<p>Remove an <code>Mediator</code> from the <code>View</code>.</p>
<p>Remove a <code>Mediator</code> from the <code>View</code>.</p>
</div>


Expand Down Expand Up @@ -3933,7 +3933,7 @@ <h4 class="name" id="retrieveMediator"><span class="type-signature"></span>retri


<div class="description">
<p>Retrieve an <code>Mediator</code> from the <code>View</code>.</p>
<p>Retrieve a <code>Mediator</code> from the <code>View</code>.</p>
</div>


Expand Down Expand Up @@ -4098,7 +4098,7 @@ <h5>Returns:</h5>
<br class="clear">

<footer>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.5</a> on Thu Dec 14 2023 23:11:10 GMT-0500 (Eastern Standard Time) using the Minami theme.
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.5</a> on Sun Dec 17 2023 11:59:27 GMT-0500 (Eastern Standard Time) using the Minami theme.
</footer>

<script>prettyPrint();</script>
Expand Down
12 changes: 6 additions & 6 deletions pages/docs/JS/es/core_Controller.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ <h1 class="page-title">core/Controller.js</h1>
* are intended to handle which `Notifications`.&lt;/LI>
* &lt;LI> Registering itself as an `Observer` with
* the `View` for each `Notification`
* that it has an `Command` mapping for.&lt;/LI>
* that it has a `Command` mapping for.&lt;/LI>
* &lt;LI> Creating a new instance of the proper `Command`
* to handle a given `Notification` when notified by the `View`.&lt;/LI>
* &lt;LI> Calling the `Command`'s `execute`
Expand Down Expand Up @@ -155,10 +155,10 @@ <h1 class="page-title">core/Controller.js</h1>
}

/**
* &lt;P>If an `Command` has previously been registered
* &lt;P>If a `Command` has previously been registered
* to handle the given `Notification`, then it is executed.&lt;/P>
*
* @param {Notification} notification an `Notification`
* @param {Notification} notification a `Notification`
*/
executeCommand(notification) {
let factory = this.commandMap.get(notification.name);
Expand All @@ -178,7 +178,7 @@ <h1 class="page-title">core/Controller.js</h1>
* used, the new `Command` is used instead.&lt;/P>
*
* &lt;P>The Observer for the new Command is only created if this the
* first time an Command has been regisered for this Notification name.&lt;/P>
* first time a Command has been registered for this Notification name.&lt;/P>
*
* @param notificationName the name of the `Notification`
* @param {function():SimpleCommand} factory
Expand Down Expand Up @@ -217,7 +217,7 @@ <h1 class="page-title">core/Controller.js</h1>
}

/**
* Remove an Controller instance
* Remove a Controller instance
*
* @static
* @param {string} key of Controller instance to remove
Expand Down Expand Up @@ -247,7 +247,7 @@ <h1 class="page-title">core/Controller.js</h1>
<br class="clear">

<footer>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.5</a> on Thu Dec 14 2023 23:11:10 GMT-0500 (Eastern Standard Time) using the Minami theme.
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.5</a> on Sun Dec 17 2023 11:59:27 GMT-0500 (Eastern Standard Time) using the Minami theme.
</footer>

<script>prettyPrint();</script>
Expand Down
Loading

0 comments on commit 1c0aca2

Please sign in to comment.