LockableInterface
| Kind of class: | interface |
|---|---|
| Inherits from: | CoreInterface |
| Implemented by: | |
| Version: | 12/14/06 |
| Author: | Aaron Clinger, Toby Boudreaux |
| Classpath: | org.casaframework.state.LockableInterface |
| File last modified: | Monday, 08 January 2007, 09:57:51 |
Interface for creating lockable items.
Summary
Instance methods
isLocked
function isLocked (
) : Boolean
Returns:
Returns
true if currently locked; otherwise false.lock
function lock (
inclusionList:Array) : Void
Stores and removes EventHandlers to prevent them from triggering.
Parameters:
inclusionList:
[optional] List of EventHandlers and properties to lock. Defaults to all MovieClip EventHandlers.
toggle
function toggle (
) : Void
unlock
function unlock (
) : Void
Restores "locked" EventHandlers.