Command
Locks user interaction.
Can be used to lock application during remoting process for example.
2 ways to use command :
new LockInteractionCommand()
public function LockInteractionCommand()
Constructor.
public function execute(event:IEvent):Void
Executes command.
public function toString():String
Returns string representation.