Packagesystem.process
Interfacepublic interface Lockable
Implementors AspectRatio, BigBitmap, CheatCode, CoreBroadcaster, CoreEventDispatcher, Filters, StageVideoExpert, Task

This interface is implemented by all objects lockable.



Public Methods
 MethodDefined By
  
isLocked():Boolean
Returns true if the object is locked.
Lockable
  
lock():void
Locks the object.
Lockable
  
unlock():void
Unlocks the object.
Lockable
Method Detail
isLocked()method
public function isLocked():Boolean

Returns true if the object is locked.

Returns
Booleantrue if the object is locked.
lock()method 
public function lock():void

Locks the object.

unlock()method 
public function unlock():void

Unlocks the object.