| Package | com.jumpeye.flashEff.core.interfaces |
| Interface | public interface IFlashEffCommand |
| Property | Defined 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 | ||
| Method | Defined by | ||
|---|---|---|---|
|
run():void
Executes the command specified in the pattern.
| IFlashEffCommand | ||
| component | property |
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
| target | property |
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
| run | () | method |
public function run():voidExecutes the command specified in the pattern.