GenTrigger: 3 Supplemental GenTrigger Usage

Up: GEOS SDK TechDocs | Up | Down | Prev: 2 GenTrigger Usage | Next: 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.


Up: GEOS SDK TechDocs | Up | Down | Prev: 2 GenTrigger Usage | Next: 4 Customizations