Packagecom.adobe.portfolio.components.supportClasses
Interfacepublic interface IListenAndWatch
Implementors CanvasItem, CanvasList, CardContainer, CardList, CardSlider, CustomizableTextArea, Filecount, FreeFormLayout, LinearLayout, NavHUD, NavSkinnableComponent, NavSkinnableContainer, WaveLayout

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

The IListenAndWatch interface is implemented by components that support automatic tracking of event listening and change watching.



Public Methods
 MethodDefined By
  
Called by parent components to allow for event listeners and watchers to be added.
IListenAndWatch
  
Called by parent components to allow for event listeners and watchers to be removed.
IListenAndWatch
Method Detail
addListenAndWatch()method
public function addListenAndWatch():void

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

Called by parent components to allow for event listeners and watchers to be added.

removeListenAndWatch()method 
public function removeListenAndWatch():void

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

Called by parent components to allow for event listeners and watchers to be removed.