+xns/Core/XNSObject
 |
 +--+xns/Core/Message
  |
  +--+xns/Data/RespondToUpdate
Performs an action in response to modification of an XNS object.
This is an abstract base class containing behavior to be inherited by messages that perform specific actions in response to specific object updates. Derivations of this message are run asynchronously and all exceptions and return arguments are discarded.
To: Identity that owns the updated data.
From: Identity that owns the updated data.
Input | ||
+xns/Core/IdentityDataID |
Address | The absolute address of the updated object. |
+xns/Core/TextList |
Args | Arguments specified on the 'XNSOnUpdate' line of the updated object. |
+xns/Core/IdentityDataAddress |
DataType | Address of a DataTypeDef object which defines the data type of the updated object. |
Input Detail |
@Identity/Service/Message arg1 arg2 arg3
then there would be three elements in this list: "arg1", "arg2", and "arg3".
Publishing Identity: +xns © 2002 XNSORG |
Last Updated: 07/09/2002 |