diff --git a/asdoc/all-index-N.html b/asdoc/all-index-N.html
index 7d5b5b6..bd06ece 100644
--- a/asdoc/all-index-N.html
+++ b/asdoc/all-index-N.html
@@ -90,6 +90,13 @@
Notify the IObservers
for a particular INotification
.
IObservers
for a particular INotification
.IObservers
for a particular INotification
.ICommand
with the Controller
.notifyObservers | () | method | + |
public function notifyObservers(note:INotification):void
+ Notify the IObservers
for a particular INotification
.
+
+
+ All previously attached IObservers
for this INotification
's
+ list are notified and are passed a reference to the INotification
in
+ the order in which they were registered.
+ NOTE: Use this method only if you are sending custom Notifications. Otherwise + use the sendNotification method which does not require you to create the + Notification instance.
+ + Parameters +note:INotification — the INotification to notify IObservers of.
+ |
+