Notice the registered ProgessionListener that the operation started.

Property definitions

progression $ Trackable :: fire_started
	# Notice the registered `ProgessionListener` that the operation started.
	protected fun fire_started do
		for l in progression_listeners do
			l.started
			l.progressed(0)
		end
	end
lib/progression/progression.nit:21,2--27,4