All AppObserver notified of events raised by self

By default, only self is an observer. Any other AppObserver can be added to this collection.

Property definitions

app :: ui $ AppComponent :: observers
	# All `AppObserver` notified of events raised by `self`
	#
	# By default, only `self` is an observer.
	# Any other `AppObserver` can be added to this collection.
	var observers = new HashSet[AppObserver].from([self: AppObserver])
lib/app/ui.nit:112,2--116,67