Packagecom.addicted2flash.util
Interfacepublic interface IListObserver



Public Methods
 MethodDefined by
  
processListEvent(type:int, list:IListObservable, data:*):void
Updates IListObserver with a specific ListEventType.
IListObserver
Method detail
processListEvent()method
public function processListEvent(type:int, list:IListObservable, data:*):void

Updates IListObserver with a specific ListEventType.

NOTE: in case of an ListEventType.CLEAR event, the data is an array of items instead of a single item.

Parameters
type:int — type of event
 
list:IListObservableIObservableList
 
data:* — processed data

See also

ListEventType