Packageorg.servebox.foundry.observation
Interfacepublic interface IObserver
ImplementorsGlobalizationDictionaryReader, ViewHelper

The IObserver interface provides a standard protocol for a ViewHelper to update the View.



Public Methods
 MethodDefined by
  
An IObservable instance has notified the current IObserver instance.
IObserver
Method detail
update()method
public function update(o:IObservable, n:Notification):void

An IObservable instance has notified the current IObserver instance.

Parameters
o:IObservable
 
n:Notification