sclass ListWithChangeListeners extends NotifyingList { event fireChange; void change() { fireChange(); } }