gSendChildMessage-class {MVCClass} | R Documentation |
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
:childName
:
Class "gMessage"
, directly.
childName
slot childName
slot parentUpdateDataMessage
slot parentUpdateDataMessage
slot Elizabeth Whalen
gSendParentMessage-class
,
gMessage-class