app :: AppComponent :: observers
AppObserver
self
By default, only self is an observer. Any other AppObserver can be added to this collection.
# 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])