gAddChildMessage-class {MVCClass} | R Documentation |
gAddChildMessage class represents an add child MVC message. This class will create a new MVC object that is a child of the current MVC object. gAddChildMessage inherits from the class, gAddMessage, which 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("gAddChildMessage",
...)
.
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).
dataName
:mData
:type
:
Class "gAddMessage"
, directly.
Class "gMessage"
, by class "gAddMessage"
.
No methods defined with class "gAddChildMessage" in the signature.
Elizabeth Whalen
gAddDataMessage-class
,
gAddMessage-class
,
gMessage-class