Pakket | mx.states |
Klasse | public final class InterruptionBehavior |
Overerving | InterruptionBehavior Object |
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 4.5 |
Runtimeversies: | Flash Player 10.2, AIR 2.5 |
interruptionBehavior
property of the mx.states.Transition class.
Verwante API-elementen
Openbare eigenschappen
Openbare methoden
Openbare constanten
Constante | Gedefinieerd door | ||
---|---|---|---|
END : String = "end" [statisch]
Specifies that a transition that interrupts another running
transition ends that other transition before starting. | InterruptionBehavior | ||
STOP : String = "stop" [statisch]
Specifies that a transition that interrupts another running
transition stops that other transition in place before starting. | InterruptionBehavior |
Constantedetails
END | Constante |
public static const END:String = "end"
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 4.5 |
Runtimeversies: | Flash Player 10.2, AIR 2.5 |
Specifies that a transition that interrupts another running
transition ends that other transition before starting.
The transition ends by calling the end()
method
on all effects in the transition.
The end()
method causes all effects
to snap to their end state.
STOP | Constante |
public static const STOP:String = "stop"
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 4.5 |
Runtimeversies: | Flash Player 10.2, AIR 2.5 |
Specifies that a transition that interrupts another running
transition stops that other transition in place before starting.
The transition stops by calling the stop()
method
on all effects in the transition.
Wed Jun 13 2018, 11:42 AM Z