From 1c0aca2487e7e8f8d2a257e6a8d64e8ad8df68e4 Mon Sep 17 00:00:00 2001 From: Saad Date: Sun, 17 Dec 2023 12:01:08 -0500 Subject: [PATCH] update --- pages/docs/JS/es/Controller.html | 20 +++++----- pages/docs/JS/es/MacroCommand.html | 2 +- pages/docs/JS/es/Mediator.html | 2 +- pages/docs/JS/es/Model.html | 18 ++++----- pages/docs/JS/es/Notification.html | 2 +- pages/docs/JS/es/Notifier.html | 4 +- pages/docs/JS/es/Observer.html | 2 +- pages/docs/JS/es/Proxy.html | 2 +- pages/docs/JS/es/SimpleCommand.html | 4 +- pages/docs/JS/es/View.html | 24 ++++++------ pages/docs/JS/es/core_Controller.js.html | 12 +++--- pages/docs/JS/es/core_Model.js.html | 10 ++--- pages/docs/JS/es/core_View.js.html | 16 ++++---- pages/docs/JS/es/global.html | 2 +- pages/docs/JS/es/global.html#Facade | 38 +++++++++---------- pages/docs/JS/es/index.html | 6 +-- .../es/patterns_command_MacroCommand.js.html | 2 +- .../es/patterns_command_SimpleCommand.js.html | 4 +- .../docs/JS/es/patterns_facade_Facade.js.html | 18 ++++----- .../JS/es/patterns_mediator_Mediator.js.html | 2 +- .../es/patterns_observer_Notification.js.html | 2 +- .../JS/es/patterns_observer_Notifier.js.html | 4 +- .../JS/es/patterns_observer_Observer.js.html | 2 +- pages/docs/JS/es/patterns_proxy_Proxy.js.html | 2 +- 24 files changed, 100 insertions(+), 100 deletions(-) diff --git a/pages/docs/JS/es/Controller.html b/pages/docs/JS/es/Controller.html index 71a8f49..912d876 100644 --- a/pages/docs/JS/es/Controller.html +++ b/pages/docs/JS/es/Controller.html @@ -72,7 +72,7 @@

new Control are intended to handle which `Notifications`.
  • Registering itself as an `Observer` with the `View` for each `Notification` -that it has an `Command` mapping for.
  • +that it has a `Command` mapping for.
  • Creating a new instance of the proper `Command` to handle a given `Notification` when notified by the `View`.
  • Calling the `Command`'s `execute` @@ -742,7 +742,7 @@

    (static) -

    Remove an Controller instance

    +

    Remove a Controller instance

    @@ -877,7 +877,7 @@

    execute
    -

    If an `Command` has previously been registered +

    If a `Command` has previously been registered to handle the given `Notification`, then it is executed.

    @@ -975,7 +975,7 @@

    Parameters:
    -

    an Notification

    +

    a Notification

    @@ -1274,7 +1274,7 @@

    regist handle `Notification`s with this name, it is no longer used, the new `Command` is used instead.

    The Observer for the new Command is only created if this the -first time an Command has been regisered for this Notification name.

    +first time a Command has been registered for this Notification name.

    @@ -2328,7 +2328,7 @@

    (static) -

    Remove an Controller instance

    +

    Remove a Controller instance

    @@ -2463,7 +2463,7 @@

    execute
    -

    If an `Command` has previously been registered +

    If a `Command` has previously been registered to handle the given `Notification`, then it is executed.

    @@ -2561,7 +2561,7 @@

    Parameters:
    -

    an Notification

    +

    a Notification

    @@ -2860,7 +2860,7 @@

    regist handle `Notification`s with this name, it is no longer used, the new `Command` is used instead.

    The Observer for the new Command is only created if this the -first time an Command has been regisered for this Notification name.

    +first time a Command has been registered for this Notification name.

    @@ -3156,7 +3156,7 @@

    Parameters:

    - Generated by JSDoc 3.6.5 on Thu Dec 14 2023 23:11:10 GMT-0500 (Eastern Standard Time) using the Minami theme. + Generated by JSDoc 3.6.5 on Sun Dec 17 2023 11:59:27 GMT-0500 (Eastern Standard Time) using the Minami theme.
    diff --git a/pages/docs/JS/es/MacroCommand.html b/pages/docs/JS/es/MacroCommand.html index 5dd93a5..0f145da 100644 --- a/pages/docs/JS/es/MacroCommand.html +++ b/pages/docs/JS/es/MacroCommand.html @@ -1217,7 +1217,7 @@

    - Generated by JSDoc 3.6.5 on Thu Dec 14 2023 23:11:10 GMT-0500 (Eastern Standard Time) using the Minami theme. + Generated by JSDoc 3.6.5 on Sun Dec 17 2023 11:59:27 GMT-0500 (Eastern Standard Time) using the Minami theme.
    diff --git a/pages/docs/JS/es/Mediator.html b/pages/docs/JS/es/Mediator.html index a21ad38..cb6ff85 100644 --- a/pages/docs/JS/es/Mediator.html +++ b/pages/docs/JS/es/Mediator.html @@ -1770,7 +1770,7 @@

    onRemove
    - Generated by JSDoc 3.6.5 on Thu Dec 14 2023 23:11:10 GMT-0500 (Eastern Standard Time) using the Minami theme. + Generated by JSDoc 3.6.5 on Sun Dec 17 2023 11:59:27 GMT-0500 (Eastern Standard Time) using the Minami theme.
    diff --git a/pages/docs/JS/es/Model.html b/pages/docs/JS/es/Model.html index 2eba443..da000de 100644 --- a/pages/docs/JS/es/Model.html +++ b/pages/docs/JS/es/Model.html @@ -1031,7 +1031,7 @@

    register
    -

    Register an Proxy with the Model.

    +

    Register a Proxy with the Model.

    @@ -1128,7 +1128,7 @@

    Parameters:
    -

    an Proxy to be held by the Model.

    +

    a Proxy to be held by the Model.

    @@ -1166,7 +1166,7 @@

    removeProx
    -

    Remove an Proxy from the Model.

    +

    Remove a Proxy from the Model.

    @@ -1326,7 +1326,7 @@

    retrieve
    -

    Retrieve an Proxy from the Model.

    +

    Retrieve a Proxy from the Model.

    @@ -2551,7 +2551,7 @@

    register
    -

    Register an Proxy with the Model.

    +

    Register a Proxy with the Model.

    @@ -2648,7 +2648,7 @@

    Parameters:
    -

    an Proxy to be held by the Model.

    +

    a Proxy to be held by the Model.

    @@ -2686,7 +2686,7 @@

    removeProx
    -

    Remove an Proxy from the Model.

    +

    Remove a Proxy from the Model.

    @@ -2846,7 +2846,7 @@

    retrieve
    -

    Retrieve an Proxy from the Model.

    +

    Retrieve a Proxy from the Model.

    @@ -3011,7 +3011,7 @@

    Returns:

    - Generated by JSDoc 3.6.5 on Thu Dec 14 2023 23:11:10 GMT-0500 (Eastern Standard Time) using the Minami theme. + Generated by JSDoc 3.6.5 on Sun Dec 17 2023 11:59:27 GMT-0500 (Eastern Standard Time) using the Minami theme.
    diff --git a/pages/docs/JS/es/Notification.html b/pages/docs/JS/es/Notification.html index fdcc52d..fe60f4a 100644 --- a/pages/docs/JS/es/Notification.html +++ b/pages/docs/JS/es/Notification.html @@ -1331,7 +1331,7 @@
    Returns:

    - Generated by JSDoc 3.6.5 on Thu Dec 14 2023 23:11:10 GMT-0500 (Eastern Standard Time) using the Minami theme. + Generated by JSDoc 3.6.5 on Sun Dec 17 2023 11:59:27 GMT-0500 (Eastern Standard Time) using the Minami theme.
    diff --git a/pages/docs/JS/es/Notifier.html b/pages/docs/JS/es/Notifier.html index a7c4b56..1d963d3 100644 --- a/pages/docs/JS/es/Notifier.html +++ b/pages/docs/JS/es/Notifier.html @@ -69,7 +69,7 @@

    new Notifier<

    The `Notifier` interface provides a common method called `sendNotification` that relieves implementation code of the necessity to actually construct `Notifications`.

    -

    The `Notifier` class, which all of the above mentioned classes +

    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 @@ -652,7 +652,7 @@

    Parameters:

    - Generated by JSDoc 3.6.5 on Thu Dec 14 2023 23:11:10 GMT-0500 (Eastern Standard Time) using the Minami theme. + Generated by JSDoc 3.6.5 on Sun Dec 17 2023 11:59:27 GMT-0500 (Eastern Standard Time) using the Minami theme.
    diff --git a/pages/docs/JS/es/Observer.html b/pages/docs/JS/es/Observer.html index a807ddf..1fd2543 100644 --- a/pages/docs/JS/es/Observer.html +++ b/pages/docs/JS/es/Observer.html @@ -1493,7 +1493,7 @@
    Parameters:

    - Generated by JSDoc 3.6.5 on Thu Dec 14 2023 23:11:10 GMT-0500 (Eastern Standard Time) using the Minami theme. + Generated by JSDoc 3.6.5 on Sun Dec 17 2023 11:59:27 GMT-0500 (Eastern Standard Time) using the Minami theme.
    diff --git a/pages/docs/JS/es/Proxy.html b/pages/docs/JS/es/Proxy.html index 0570bbc..2e6312c 100644 --- a/pages/docs/JS/es/Proxy.html +++ b/pages/docs/JS/es/Proxy.html @@ -1550,7 +1550,7 @@

    onRemove
    - Generated by JSDoc 3.6.5 on Thu Dec 14 2023 23:11:10 GMT-0500 (Eastern Standard Time) using the Minami theme. + Generated by JSDoc 3.6.5 on Sun Dec 17 2023 11:59:27 GMT-0500 (Eastern Standard Time) using the Minami theme.
    diff --git a/pages/docs/JS/es/SimpleCommand.html b/pages/docs/JS/es/SimpleCommand.html index a25c599..1b6b04a 100644 --- a/pages/docs/JS/es/SimpleCommand.html +++ b/pages/docs/JS/es/SimpleCommand.html @@ -179,7 +179,7 @@

    execute

    Fulfill the use-case initiated by the given Notification.

    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`.

    @@ -321,7 +321,7 @@
    Parameters:

    - Generated by JSDoc 3.6.5 on Thu Dec 14 2023 23:11:10 GMT-0500 (Eastern Standard Time) using the Minami theme. + Generated by JSDoc 3.6.5 on Sun Dec 17 2023 11:59:27 GMT-0500 (Eastern Standard Time) using the Minami theme.
    diff --git a/pages/docs/JS/es/View.html b/pages/docs/JS/es/View.html index 6b34c2b..ea78a78 100644 --- a/pages/docs/JS/es/View.html +++ b/pages/docs/JS/es/View.html @@ -68,10 +68,10 @@

    new View
  • Maintain a cache of `Mediator` instances.
  • Provide methods for registering, retrieving, and removing `Mediators`.
  • -
  • Notifiying `Mediators` when they are registered or removed.
  • +
  • Notifying `Mediators` when they are registered or removed.
  • Managing the observer lists for each `Notification` in the application.
  • -
  • Providing a method for attaching `Observers` to an `Notification`'s observer list.
  • -
  • Providing a method for broadcasting an `Notification`.
  • +
  • Providing a method for attaching `Observers` to a `Notification`'s observer list.
  • +
  • Providing a method for broadcasting a `Notification`.
  • Notifying the `Observers` of a given `Notification` when it broadcast.
  • @@ -729,7 +729,7 @@

    (static) r
    -

    Remove an View instance

    +

    Remove a View instance

    @@ -1244,7 +1244,7 @@

    regis
    -

    Register an Mediator instance with the View.

    +

    Register a Mediator instance with the View.

    Registers the `Mediator` so that it can be retrieved by name, and further interrogates the `Mediator` for its `Notification` interests.

    @@ -1549,7 +1549,7 @@

    removeM
    -

    Remove an Mediator from the View.

    +

    Remove a Mediator from the View.

    @@ -1870,7 +1870,7 @@

    retri
    -

    Retrieve an Mediator from the View.

    +

    Retrieve a Mediator from the View.

    @@ -2792,7 +2792,7 @@

    (static) r
    -

    Remove an View instance

    +

    Remove a View instance

    @@ -3307,7 +3307,7 @@

    regis
    -

    Register an Mediator instance with the View.

    +

    Register a Mediator instance with the View.

    Registers the `Mediator` so that it can be retrieved by name, and further interrogates the `Mediator` for its `Notification` interests.

    @@ -3612,7 +3612,7 @@

    removeM
    -

    Remove an Mediator from the View.

    +

    Remove a Mediator from the View.

    @@ -3933,7 +3933,7 @@

    retri
    -

    Retrieve an Mediator from the View.

    +

    Retrieve a Mediator from the View.

    @@ -4098,7 +4098,7 @@

    Returns:

    - Generated by JSDoc 3.6.5 on Thu Dec 14 2023 23:11:10 GMT-0500 (Eastern Standard Time) using the Minami theme. + Generated by JSDoc 3.6.5 on Sun Dec 17 2023 11:59:27 GMT-0500 (Eastern Standard Time) using the Minami theme.
    diff --git a/pages/docs/JS/es/core_Controller.js.html b/pages/docs/JS/es/core_Controller.js.html index 4bb2759..102c77c 100644 --- a/pages/docs/JS/es/core_Controller.js.html +++ b/pages/docs/JS/es/core_Controller.js.html @@ -62,7 +62,7 @@

    core/Controller.js

    * 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` @@ -155,10 +155,10 @@

    core/Controller.js

    } /** - * <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> * - * @param {Notification} notification an `Notification` + * @param {Notification} notification a `Notification` */ executeCommand(notification) { let factory = this.commandMap.get(notification.name); @@ -178,7 +178,7 @@

    core/Controller.js

    * 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> * * @param notificationName the name of the `Notification` * @param {function():SimpleCommand} factory @@ -217,7 +217,7 @@

    core/Controller.js

    } /** - * Remove an Controller instance + * Remove a Controller instance * * @static * @param {string} key of Controller instance to remove @@ -247,7 +247,7 @@

    core/Controller.js


    - Generated by JSDoc 3.6.5 on Thu Dec 14 2023 23:11:10 GMT-0500 (Eastern Standard Time) using the Minami theme. + Generated by JSDoc 3.6.5 on Sun Dec 17 2023 11:59:27 GMT-0500 (Eastern Standard Time) using the Minami theme.
    diff --git a/pages/docs/JS/es/core_Model.js.html b/pages/docs/JS/es/core_Model.js.html index abc1c08..517f8a1 100644 --- a/pages/docs/JS/es/core_Model.js.html +++ b/pages/docs/JS/es/core_Model.js.html @@ -130,9 +130,9 @@

    core/Model.js

    } /** - * Register an `Proxy` with the `Model`. + * Register a `Proxy` with the `Model`. * - * @param {Proxy} proxy an `Proxy` to be held by the `Model`. + * @param {Proxy} proxy a `Proxy` to be held by the `Model`. */ registerProxy(proxy) { proxy.initializeNotifier(this.multitonKey); @@ -141,7 +141,7 @@

    core/Model.js

    } /** - * Retrieve an `Proxy` from the `Model`. + * Retrieve a `Proxy` from the `Model`. * * @param {string} proxyName * @returns {Proxy} the `Proxy` instance previously registered with the given `proxyName`. @@ -161,7 +161,7 @@

    core/Model.js

    } /** - * Remove an `Proxy` from the `Model`. + * Remove a `Proxy` from the `Model`. * * @param {string} proxyName name of the `Proxy` instance to be removed. * @returns {Proxy} the `Proxy` that was removed from the `Model` @@ -203,7 +203,7 @@

    core/Model.js


    - Generated by JSDoc 3.6.5 on Thu Dec 14 2023 23:11:10 GMT-0500 (Eastern Standard Time) using the Minami theme. + Generated by JSDoc 3.6.5 on Sun Dec 17 2023 11:59:27 GMT-0500 (Eastern Standard Time) using the Minami theme.
    diff --git a/pages/docs/JS/es/core_View.js.html b/pages/docs/JS/es/core_View.js.html index 032a353..4bd4733 100644 --- a/pages/docs/JS/es/core_View.js.html +++ b/pages/docs/JS/es/core_View.js.html @@ -57,10 +57,10 @@

    core/View.js

    * <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> * @@ -195,7 +195,7 @@

    core/View.js

    } /** - * Register an `Mediator` instance with the `View`. + * Register a `Mediator` instance with the `View`. * * <P>Registers the `Mediator` so that it can be retrieved by name, * and further interrogates the `Mediator` for its @@ -237,7 +237,7 @@

    core/View.js

    } /** - * Retrieve an `Mediator` from the `View`. + * Retrieve a `Mediator` from the `View`. * * @param {string} mediatorName the name of the `Mediator` instance to retrieve. * @returns {Mediator} the `Mediator` instance previously registered with the given `mediatorName`. @@ -247,7 +247,7 @@

    core/View.js

    } /** - * Remove an `Mediator` from the `View`. + * Remove a `Mediator` from the `View`. * * @param {string} mediatorName name of the `Mediator` instance to be removed. * @returns {Mediator} the `Mediator` that was removed from the `View` @@ -286,7 +286,7 @@

    core/View.js

    } /** - * Remove an View instance + * Remove a View instance * * @static * @param key multitonKey of View instance to remove @@ -317,7 +317,7 @@

    core/View.js


    - Generated by JSDoc 3.6.5 on Thu Dec 14 2023 23:11:10 GMT-0500 (Eastern Standard Time) using the Minami theme. + Generated by JSDoc 3.6.5 on Sun Dec 17 2023 11:59:27 GMT-0500 (Eastern Standard Time) using the Minami theme.
    diff --git a/pages/docs/JS/es/global.html b/pages/docs/JS/es/global.html index 60a14b6..8541188 100644 --- a/pages/docs/JS/es/global.html +++ b/pages/docs/JS/es/global.html @@ -203,7 +203,7 @@
    Type:

    - Generated by JSDoc 3.6.5 on Thu Dec 14 2023 23:11:10 GMT-0500 (Eastern Standard Time) using the Minami theme. + Generated by JSDoc 3.6.5 on Sun Dec 17 2023 11:59:27 GMT-0500 (Eastern Standard Time) using the Minami theme.
    diff --git a/pages/docs/JS/es/global.html#Facade b/pages/docs/JS/es/global.html#Facade index 5c747ca..3800c80 100644 --- a/pages/docs/JS/es/global.html#Facade +++ b/pages/docs/JS/es/global.html#Facade @@ -949,7 +949,7 @@ instances for the given key.

    -

    hasMediator(mediatorName) → {Mediator}

    +

    hasMediator(mediatorName) → {boolean}

    @@ -1086,7 +1086,7 @@ instances for the given key.

    -Mediator +boolean
    @@ -1880,7 +1880,7 @@ construct the notification yourself.

    -

    Register an Command with the Controller by Notification name.

    +

    Register a Command with the Controller by Notification name.

    @@ -2176,7 +2176,7 @@ construct the notification yourself.

    -

    Register an Proxy with the Model by name.

    +

    Register a Proxy with the Model by name.

    @@ -2446,7 +2446,7 @@ construct the notification yourself.

    -

    Remove an Mediator from the View.

    +

    Remove a Mediator from the View.

    @@ -2606,7 +2606,7 @@ construct the notification yourself.

    -

    Remove an Proxy from the Model by name.

    +

    Remove a Proxy from the Model by name.

    @@ -2766,7 +2766,7 @@ construct the notification yourself.

    -

    Retrieve an Mediator from the View.

    +

    Retrieve a Mediator from the View.

    @@ -2926,7 +2926,7 @@ construct the notification yourself.

    -

    Retrieve an Proxy from the Model by name.

    +

    Retrieve a Proxy from the Model by name.

    @@ -3201,7 +3201,7 @@ instances in our implementation code.

    -

    the name of the notiification to send

    +

    the name of the notification to send

    @@ -4314,7 +4314,7 @@ instances for the given key.

    -

    hasMediator(mediatorName) → {Mediator}

    +

    hasMediator(mediatorName) → {boolean}

    @@ -4451,7 +4451,7 @@ instances for the given key.

    -Mediator +boolean
    @@ -5245,7 +5245,7 @@ construct the notification yourself.

    -

    Register an Command with the Controller by Notification name.

    +

    Register a Command with the Controller by Notification name.

    @@ -5541,7 +5541,7 @@ construct the notification yourself.

    -

    Register an Proxy with the Model by name.

    +

    Register a Proxy with the Model by name.

    @@ -5811,7 +5811,7 @@ construct the notification yourself.

    -

    Remove an Mediator from the View.

    +

    Remove a Mediator from the View.

    @@ -5971,7 +5971,7 @@ construct the notification yourself.

    -

    Remove an Proxy from the Model by name.

    +

    Remove a Proxy from the Model by name.

    @@ -6131,7 +6131,7 @@ construct the notification yourself.

    -

    Retrieve an Mediator from the View.

    +

    Retrieve a Mediator from the View.

    @@ -6291,7 +6291,7 @@ construct the notification yourself.

    -

    Retrieve an Proxy from the Model by name.

    +

    Retrieve a Proxy from the Model by name.

    @@ -6566,7 +6566,7 @@ instances in our implementation code.

    -

    the name of the notiification to send

    +

    the name of the notification to send

    @@ -6691,7 +6691,7 @@ instances in our implementation code.


    - Generated by JSDoc 3.6.5 on Thu Dec 14 2023 23:11:10 GMT-0500 (Eastern Standard Time) using the Minami theme. + Generated by JSDoc 3.6.5 on Sun Dec 17 2023 11:59:27 GMT-0500 (Eastern Standard Time) using the Minami theme.
    diff --git a/pages/docs/JS/es/index.html b/pages/docs/JS/es/index.html index 8c09fad..b3f237b 100644 --- a/pages/docs/JS/es/index.html +++ b/pages/docs/JS/es/index.html @@ -48,10 +48,10 @@
    -

    PureMVC JavaScript MultiCore Framework Node.js CI

    +

    PureMVC JavaScript MultiCore Framework Node.js CI

    PureMVC is a lightweight framework for creating applications based upon the classic Model-View-Controller design meta-pattern. It supports modular programming through the use of Multiton Core actors instead of the Singletons.

    Platforms / Technologies

    @@ -95,7 +95,7 @@

    License


    - Generated by JSDoc 3.6.5 on Thu Dec 14 2023 23:11:10 GMT-0500 (Eastern Standard Time) using the Minami theme. + Generated by JSDoc 3.6.5 on Sun Dec 17 2023 11:59:27 GMT-0500 (Eastern Standard Time) using the Minami theme.
    diff --git a/pages/docs/JS/es/patterns_command_MacroCommand.js.html b/pages/docs/JS/es/patterns_command_MacroCommand.js.html index 79d0d28..6bb8cc1 100644 --- a/pages/docs/JS/es/patterns_command_MacroCommand.js.html +++ b/pages/docs/JS/es/patterns_command_MacroCommand.js.html @@ -162,7 +162,7 @@

    patterns/command/MacroCommand.js


    - Generated by JSDoc 3.6.5 on Thu Dec 14 2023 23:11:10 GMT-0500 (Eastern Standard Time) using the Minami theme. + Generated by JSDoc 3.6.5 on Sun Dec 17 2023 11:59:27 GMT-0500 (Eastern Standard Time) using the Minami theme.
    diff --git a/pages/docs/JS/es/patterns_command_SimpleCommand.js.html b/pages/docs/JS/es/patterns_command_SimpleCommand.js.html index e18f41d..23d3434 100644 --- a/pages/docs/JS/es/patterns_command_SimpleCommand.js.html +++ b/pages/docs/JS/es/patterns_command_SimpleCommand.js.html @@ -71,7 +71,7 @@

    patterns/command/SimpleCommand.js

    * Fulfill the use-case initiated by the given `Notification`. * * <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> * @@ -95,7 +95,7 @@

    patterns/command/SimpleCommand.js


    - Generated by JSDoc 3.6.5 on Thu Dec 14 2023 23:11:10 GMT-0500 (Eastern Standard Time) using the Minami theme. + Generated by JSDoc 3.6.5 on Sun Dec 17 2023 11:59:27 GMT-0500 (Eastern Standard Time) using the Minami theme.
    diff --git a/pages/docs/JS/es/patterns_facade_Facade.js.html b/pages/docs/JS/es/patterns_facade_Facade.js.html index 07e548b..c93f615 100644 --- a/pages/docs/JS/es/patterns_facade_Facade.js.html +++ b/pages/docs/JS/es/patterns_facade_Facade.js.html @@ -190,7 +190,7 @@

    patterns/facade/Facade.js

    } /** - * Register an `Command` with the `Controller` by Notification name. + * Register a `Command` with the `Controller` by Notification name. * * @param {string} notificationName the name of the `Notification` to associate the `Command` with * @param {function():SimpleCommand} factory a reference to the factory of the `Command` @@ -219,7 +219,7 @@

    patterns/facade/Facade.js

    } /** - * Register an `Proxy` with the `Model` by name. + * Register a `Proxy` with the `Model` by name. * * @param {Proxy} proxy the `Proxy` instance to be registered with the `Model`. */ @@ -228,7 +228,7 @@

    patterns/facade/Facade.js

    } /** - * Remove an `Proxy` from the `Model` by name. + * Remove a `Proxy` from the `Model` by name. * * @param {string} proxyName the `Proxy` to remove from the `Model`. * @returns {Proxy} the `Proxy` that was removed from the `Model` @@ -248,7 +248,7 @@

    patterns/facade/Facade.js

    } /** - * Retrieve an `Proxy` from the `Model` by name. + * Retrieve a `Proxy` from the `Model` by name. * * @param {string} proxyName the name of the proxy to be retrieved. * @returns {Proxy} the `Proxy` instance previously registered with the given `proxyName`. @@ -267,7 +267,7 @@

    patterns/facade/Facade.js

    } /** - * Remove an `Mediator` from the `View`. + * Remove a `Mediator` from the `View`. * * @param {string} mediatorName name of the `Mediator` to be removed. * @returns {Mediator} the `Mediator` that was removed from the `View` @@ -280,14 +280,14 @@

    patterns/facade/Facade.js

    * Check if a Mediator is registered or not * * @param {string} mediatorName - * @returns {Mediator} whether a Mediator is registered with the given `mediatorName`. + * @returns {boolean} whether a Mediator is registered with the given `mediatorName`. */ hasMediator(mediatorName) { return this.view.hasMediator(mediatorName); } /** - * Retrieve an `Mediator` from the `View`. + * Retrieve a `Mediator` from the `View`. * * @param {string} mediatorName * @returns {Mediator} the `Mediator` previously registered with the given `mediatorName`. @@ -302,7 +302,7 @@

    patterns/facade/Facade.js

    * <P>Keeps us from having to construct new notification * instances in our implementation code.</P> * - * @param {string} notificationName the name of the notiification to send + * @param {string} notificationName the name of the notification to send * @param {Object} [body] body the body of the notification (optional) * @param {string} [type] type the type of the notification (optional) */ @@ -388,7 +388,7 @@

    patterns/facade/Facade.js


    - Generated by JSDoc 3.6.5 on Thu Dec 14 2023 23:11:10 GMT-0500 (Eastern Standard Time) using the Minami theme. + Generated by JSDoc 3.6.5 on Sun Dec 17 2023 11:59:27 GMT-0500 (Eastern Standard Time) using the Minami theme.
    diff --git a/pages/docs/JS/es/patterns_mediator_Mediator.js.html b/pages/docs/JS/es/patterns_mediator_Mediator.js.html index 47a41d0..9750124 100644 --- a/pages/docs/JS/es/patterns_mediator_Mediator.js.html +++ b/pages/docs/JS/es/patterns_mediator_Mediator.js.html @@ -166,7 +166,7 @@

    patterns/mediator/Mediator.js


    - Generated by JSDoc 3.6.5 on Thu Dec 14 2023 23:11:10 GMT-0500 (Eastern Standard Time) using the Minami theme. + Generated by JSDoc 3.6.5 on Sun Dec 17 2023 11:59:27 GMT-0500 (Eastern Standard Time) using the Minami theme.
    diff --git a/pages/docs/JS/es/patterns_observer_Notification.js.html b/pages/docs/JS/es/patterns_observer_Notification.js.html index e3d59b0..9675e62 100644 --- a/pages/docs/JS/es/patterns_observer_Notification.js.html +++ b/pages/docs/JS/es/patterns_observer_Notification.js.html @@ -165,7 +165,7 @@

    patterns/observer/Notification.js


    - Generated by JSDoc 3.6.5 on Thu Dec 14 2023 23:11:10 GMT-0500 (Eastern Standard Time) using the Minami theme. + Generated by JSDoc 3.6.5 on Sun Dec 17 2023 11:59:27 GMT-0500 (Eastern Standard Time) using the Minami theme.
    diff --git a/pages/docs/JS/es/patterns_observer_Notifier.js.html b/pages/docs/JS/es/patterns_observer_Notifier.js.html index f5d17e9..6e84bed 100644 --- a/pages/docs/JS/es/patterns_observer_Notifier.js.html +++ b/pages/docs/JS/es/patterns_observer_Notifier.js.html @@ -59,7 +59,7 @@

    patterns/observer/Notifier.js

    * `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 @@ -157,7 +157,7 @@

    patterns/observer/Notifier.js


    - Generated by JSDoc 3.6.5 on Thu Dec 14 2023 23:11:10 GMT-0500 (Eastern Standard Time) using the Minami theme. + Generated by JSDoc 3.6.5 on Sun Dec 17 2023 11:59:27 GMT-0500 (Eastern Standard Time) using the Minami theme.
    diff --git a/pages/docs/JS/es/patterns_observer_Observer.js.html b/pages/docs/JS/es/patterns_observer_Observer.js.html index 9810220..ef38400 100644 --- a/pages/docs/JS/es/patterns_observer_Observer.js.html +++ b/pages/docs/JS/es/patterns_observer_Observer.js.html @@ -152,7 +152,7 @@

    patterns/observer/Observer.js


    - Generated by JSDoc 3.6.5 on Thu Dec 14 2023 23:11:10 GMT-0500 (Eastern Standard Time) using the Minami theme. + Generated by JSDoc 3.6.5 on Sun Dec 17 2023 11:59:27 GMT-0500 (Eastern Standard Time) using the Minami theme.
    diff --git a/pages/docs/JS/es/patterns_proxy_Proxy.js.html b/pages/docs/JS/es/patterns_proxy_Proxy.js.html index d82f467..e14b232 100644 --- a/pages/docs/JS/es/patterns_proxy_Proxy.js.html +++ b/pages/docs/JS/es/patterns_proxy_Proxy.js.html @@ -143,7 +143,7 @@

    patterns/proxy/Proxy.js


    - Generated by JSDoc 3.6.5 on Thu Dec 14 2023 23:11:10 GMT-0500 (Eastern Standard Time) using the Minami theme. + Generated by JSDoc 3.6.5 on Sun Dec 17 2023 11:59:27 GMT-0500 (Eastern Standard Time) using the Minami theme.