Facade内のnotifyObserversメソッド Posted: 7月 22nd, 2009 | Author: admin | Filed under: 技術メモ | Tags: ActionScript, Flex, PureMVC | No Comments » いろんなサイトのPureMVCの説明で、Facadeからの初期化Notificationを送信するときにsendNotificationではなくてnotifyObserversを使用している。何故? まずFacadeクラスのsendNotificationメソッドと、notifyObserversメソッドの違いを確認してみる。 Facade.cs内 /** * Create and send an <code>INotification</code>. * * <P> * Keeps us from having t