Description Objects from the Class Slots Extends Methods Author(s) See Also
gSendParentMessage is a class to represent a send parent MVC message. Whenever a model is updated and that model has a parent MVC, then an object of this class will be created to notify the parent MVC that a child model was updated. gUpdateParentMessage 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("gSendParentMessage",
...)
.
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).
childUpdateDataMessage
:an object of class gUpdateDataMessage that was used to update the child model (MVC)
Class "gMessage"
, directly.
Sets the childUpdateDataMessage
slot
Returns the childUpdateDataMessage
slot
Elizabeth Whalen
gSendChildMessage-class
,
gMessage-class
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.