Objects from the Class
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).Slots
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)
Extends
Class "gMessage", directly.Methods
- childName<-
- Sets the
childName slot - childName
- Returns the
childName slot - parentUpdateDataMessage<-
- Sets the
parentUpdateDataMessage
slot - parentUpdateDataMessage
- Returns the
parentUpdateDataMessage
slot