addListener(aNotificationListener)
Removes aNotificationListener from listeners list. Returns self.
listeners
Returns list of NotificationListeners.
postNotification(aNotification)
Sends aNotification to be handled by listeners. Returns self.
Implementation:
listeners foreach(handleNotification(n))
|