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