Online documentation for Alternate template component
Generated 2006-03-17
This template is intended to support the
quick building of simple I/O components.
Description
The component handles property changes and centralises
component calculations. Here is how it functions:
- The component generates property change events when
any of its properties are changed by a user
- When any property change occurs, the
runScript method is called to perform any necessary
computation
- This then delegates to the runSubscript01 method,
which is the one that should be modified
to implement any functionality that you want