gUpdateDataMessage-class {MVCClass} | R Documentation |
gUpdateDataMessage is a class to represent an update data message. gUpdateDataMessage is inherited from the class, gUpdateMessage, which inherits from the virtual class, gMessage. Whenever a gUpdateDataMessage is created (initialized), the next step is to call the handleMessage method to act upon that message and update the data.
Objects can be created by calls of the form new("gUpdateDataMessage",
...)
.
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 and iSPlot packages).
from
:type
:mData
:dataName
:
Class "gUpdateMessage"
, directly.
Class "gMessage"
, by class "gUpdateMessage"
.
from
slot from
slot Elizabeth Whalen
gUpdateViewMessage-class
,
gUpdateMessage-class
,
gMessage-class