From 52e0667f9f568814511e73bb6b12f264bf4e9d5a Mon Sep 17 00:00:00 2001 From: eiffel-org Date: Wed, 13 Dec 2017 09:16:31 +0000 Subject: [PATCH] Update wikipage I2E: Event-Driven Programming and Agents. (Signed-off-by:alexk). git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1937 abb3cda0-5349-4a8f-a601-0c33ac3a8c38 --- .../i2e-event-driven-programming-and-agents.wiki | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/17.05/eiffel/Tutorials/invitation-eiffel-i2e/i2e-event-driven-programming-and-agents.wiki b/documentation/17.05/eiffel/Tutorials/invitation-eiffel-i2e/i2e-event-driven-programming-and-agents.wiki index c7e7b9cb..b1c38b8a 100644 --- a/documentation/17.05/eiffel/Tutorials/invitation-eiffel-i2e/i2e-event-driven-programming-and-agents.wiki +++ b/documentation/17.05/eiffel/Tutorials/invitation-eiffel-i2e/i2e-event-driven-programming-and-agents.wiki @@ -1,7 +1,7 @@ [[Property:title|I2E: Event-Driven Programming and Agents]] [[Property:weight|-7]] [[Property:uuid|16fdab60-ae42-1bb8-f4bb-89e34d18a842]] -The division of roles in object technology is clear: of the two principal constituents of a system, object types and operations, the first dominates. Classes, representing object types, determines the structure of the software; every routine, representing an operations, belongs to a class. +The division of roles in object technology is clear: of the two principal constituents of a system, object types and operations, the first dominates. Classes, representing object types, determines the structure of the software; every routine, representing an operation, belongs to a class. In some circumstances it is useful to define an object that denotes an operation. This is especially useful if you want to build an object structure that refers to operations, so that you can later traverse the structure and execute the operations encountered. A typical application is '''event-driven programming''' for Graphical User Interfaces (GUI), including Web programming. In GUI programming you will want to record properties of the form