| Package | system.process |
| Interface | public interface Lockable |
| Implementors | AspectRatio, BigBitmap, CheatCode, CoreBroadcaster, CoreEventDispatcher, Filters, StageVideoExpert, Task |
| Method | Defined By | ||
|---|---|---|---|
isLocked():Boolean
Returns true if the object is locked. | Lockable | ||
lock():void
Locks the object. | Lockable | ||
unlock():void
Unlocks the object. | Lockable | ||
| isLocked | () | method |
public function isLocked():Boolean
Returns true if the object is locked.
Boolean — true if the object is locked.
|
| lock | () | method |
public function lock():voidLocks the object.
| unlock | () | method |
public function unlock():voidUnlocks the object.