class EL_SHARED_EV_APPLICATION

(source code)

Description

Shared Vision-2 GUI application and environment objects

note
	description: "Shared Vision-2 GUI application and environment objects"

	author: "Finnian Reilly"
	copyright: "Copyright (c) 2001-2022 Finnian Reilly"
	contact: "finnian at eiffel hyphen loop dot com"

	license: "MIT license (See: en.wikipedia.org/wiki/MIT_License)"
	date: "2022-11-15 19:56:05 GMT (Tuesday 15th November 2022)"
	revision: "2"

deferred class
	EL_SHARED_EV_APPLICATION

inherit
	EL_ANY_SHARED

	EV_SHARED_APPLICATION
		export
			{NONE} all
		undefine
			copy, default_create, is_equal, out
		end
end