Description Objects from the Class Slots Extends Methods Author(s) See Also
gSendChildMessage is a class to represent a send child MVC message. Whenever a model is updated and that model has a child MVC, then an object of this class will be created to notify the child MVC that a parent model was updated. gSendChildMessage inherits from the virtual class, gMessage. The initialize and handleMessage methods will be defined in other packages that use this class (for example, the iSNetwork package).
Objects can be created by calls of the form new("gSendChildMessage",
...)
.
The initialize method for this class will be created in other packages that
use this package (for example, the initialize method will be created in the
iSNetwork package).
parentUpdateDataMessage
:an object of class gUpdateDataMessage that was used to update the parent model (MVC)
childName
:the name of the child model that this message is directed towards (because a parent MVC can have multiple child MVCs)
Class "gMessage"
, directly.
Sets the childName
slot
Returns the childName
slot
Sets the parentUpdateDataMessage
slot
Returns the parentUpdateDataMessage
slot
Elizabeth Whalen
gSendParentMessage-class
,
gMessage-class
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.