Packagecom.adobe.rtc.util
Classpublic class Invalidator
InheritanceInvalidator Inheritance flash.events.EventDispatcher

nvalidator is a utility component that helps in invalidating properties together. It serves as the similar purpose as commitProperties() in any flex's UIComponent. We need to call Invalidator.invalidate() if we want a particular property to be invalidated. We use it Collaborative components like AudioPublisher , AudioSubscriber etc.

See also

com.adobe.rtc.collaboration.AudioPublisher


Public Methods
 MethodDefined by
  
Constructor
Invalidator
  
invalidate():void
Invalidates the properties.
Invalidator
Events
 EventSummaryDefined by
   Dispatched when the synchronization changes for the camera.Invalidator
Public Constants
 ConstantDefined by
  INVALIDATION_COMPLETE : String = "invalidationComplete"
[static] Event fired when the property is invalidated.
Invalidator
Constructor detail
Invalidator()constructor
public function Invalidator()

Constructor

Method detail
invalidate()method
public function invalidate():void

Invalidates the properties. Calling this function is similar to calling invalidateProperties() in any flex's UIComponent

Event detail
invalidationCompleteevent 
Event object type: flash.events.Event

Dispatched when the synchronization changes for the camera.

Constant detail
INVALIDATION_COMPLETEconstant
public static const INVALIDATION_COMPLETE:String = "invalidationComplete"

Event fired when the property is invalidated.





 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/labs/acrobatcom/com/adobe/rtc/util/Invalidator.html