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@1559 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
eiffel-org
2016-05-05 08:48:14 +00:00
parent 1a87147e0f
commit 1484098896

View File

@@ -30,4 +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 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>. * 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.
That's all! Happy concurrent Eiffeling. That's all! Happy concurrent Eiffeling.