IObserver
implementation. An Observer
is an object that encapsulates information about an interested object with a method that should be called when a particular INotification
is broadcast.
In PureMVC, the Observer
class assumes these responsibilities:
|
|
|
|
|
|