class EL_MODULE_TRACK

(source code)

Client examples: FTP_TEST_SETREPOSITORY_PUBLISHER

Description

Access to routines of EL_PROGRESS_TRACKER

note
	description: "Access to routines of [$source EL_PROGRESS_TRACKER]"

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

	license: "MIT license (See: en.wikipedia.org/wiki/MIT_License)"
	date: "2019-09-24 8:08:52 GMT (Tuesday 24th September 2019)"
	revision: "1"

deferred class
	EL_MODULE_TRACK

inherit
	EL_MODULE

feature {NONE} -- Constants

	Track: EL_PROGRESS_TRACKING
		once
			create Result
		end

	Console_display: EL_CONSOLE_PROGRESS_DISPLAY
		once
			create Result.make
		end

end