Packagecom.jumpeye.flashEff.core.interfaces
Interfacepublic interface IFlashEffCommand

This interface has to be implemented by the FlashEff command patterns.



Public Properties
 PropertyDefined by
  component : IFlashEff
Reference to the FlashEff component instance using the current command pattern.
IFlashEffCommand
  target : DisplayObject
The target object to which the command will be associated with.
IFlashEffCommand
Public Methods
 MethodDefined by
  
run():void
Executes the command specified in the pattern.
IFlashEffCommand
Property detail
componentproperty
component:IFlashEff  [read-write]

Reference to the FlashEff component instance using the current command pattern.

Implementation
    public function get component():IFlashEff
    public function set component(value:IFlashEff):void

See also

targetproperty 
target:DisplayObject  [read-write]

The target object to which the command will be associated with.

Implementation
    public function get target():DisplayObject
    public function set target(value:DisplayObject):void
Method detail
run()method
public function run():void

Executes the command specified in the pattern.