topical media & game development

talk show tell print

actionscript-lib-util-Observer.ax

actionscript-lib-util-Observer.ax [swf] flex


  package  {
    
The interface that must be implemented by all observers of an Observable object.

  
    public interface @ax-actionscript-lib-util-Observer {
      
Invoked automatically by an observed object when it changes.
parameter: o The observed object (an instance of Observable).
parameter: infoObj An arbitrary data object sent by the observed object.

  
      function update(o:actionscript_lib_util_Observable, infoObj:Object):void;
    }
  }


(C) Æliens 27/08/2009

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.