Class fever.commands.LockInteractionCommand

Implemented Interfaces

Command

Description

Locks user interaction.

Can be used to lock application during remoting process for example.

2 ways to use command :

See Also

Method Index

new LockInteractionCommand()
execute(), toString()

Constructor Detail

LockInteractionCommand

public function LockInteractionCommand()

Constructor.

Method Detail

execute

public function execute(event:IEvent):Void

Executes command.

toString

public function toString():String

Returns string representation.