Update wikipage How to build a concurrent graphical application: EiffelVision with SCOOP. (Signed-off-by:alexk).

git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1560 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
eiffel-org
2016-05-05 08:49:12 +00:00
parent 1484098896
commit 30396332d1

View File

@@ -30,6 +30,6 @@ Now you can start using EiffelVision as you are used to, by sending GUI requests
* For requests coming from the same processor just use the <eiffel>EV_APPLICATION</eiffel> object directly.
* For requests coming from another processor, you can get the access through the feature <eiffel>ev_separate_application</eiffel> of class <eiffel>EV_SHARED_APPLICATION</eiffel>.
Note that only one <eiffel>EV_APPLICATION<eiffel> object can be used, therefore all GUI objects have to be created in the region of this object.
Note that only one <eiffel>EV_APPLICATION</eiffel> object can be used, therefore all GUI objects have to be created in the region of this object.
That's all! Happy concurrent Eiffeling.