Class fvaswing.effects.FvEffectEvent

Description

Event structure for FvTweenEffect events.

See Also

Field Index

onEffectEndEVENT, onEffectProgressEVENT, onEffectStartEVENT

Method Index

new FvEffectEvent()
clone()

Inherited from AbstractEvent

Constructor Detail

FvEffectEvent

public function FvEffectEvent(type:EventType, target:FvTweenEffect)

Constructor.

Parameters

typeEvent type

Field Detail

onEffectEndEVENT

static public onEffectEndEVENT:EventType
Constant defines the value of the type property of the event object for an effectEnd event.

onEffectProgressEVENT

static public onEffectProgressEVENT:EventType
Constant defines the value of the type property of the event object for an effectProgress event.

onEffectStartEVENT

static public onEffectStartEVENT:EventType
Constant defines the value of the type property of the event object for an effectStart event.

Method Detail

clone

public function clone():FvEffectEvent