Action handling basics

In the user interface of the application, you can have interactive elements (such as buttons) that can trigger an event transmitted to the runtime system for interpretation. To manage such events, the action views can produce action events that will execute the code of the corresponding action handler defined in the current interactive instruction of the program.