GEOS SDK TechDocs
|
|
|
2 GenTrigger Usage
|
4 Customizations
GenTriggers may also perform other actions besides the simple sending of a message to an object.
For example, your trigger may pass data along with its message; you may then use this data within a method to perform some additional work. In some cases, this data may be interpreted by a GenInteraction object to provide additional functionality to dialog boxes.
You may also alter the manner in which a trigger is initiated through the implementation of hints and several messages. You can also modify the trigger's instance data dynamically, reassigning its action message and destination.
Passing Data with a GenTrigger
Setting a Trigger As the Default
GEOS SDK TechDocs
|
|
|
2 GenTrigger Usage
|
4 Customizations