class EL_REGULAR_INTERVAL_EVENT_CONSTANTS

(source code)

Description

Regular interval event constants

note
	description: "Regular interval event constants"

	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:06 GMT (Tuesday 15th November 2022)"
	revision: "5"

class
	EL_REGULAR_INTERVAL_EVENT_CONSTANTS

feature -- Event types

	Delimiter_start: INTEGER = 1

	Delimiter_end: INTEGER = 2

end