org.jdesktop.animation.timing.triggers
public class TimingTriggerEvent extends TriggerEvent
Modifier and Type | Field and Description |
---|---|
static TimingTriggerEvent |
REPEAT
Event fired when Animator finishes one cycle and starts another
|
static TimingTriggerEvent |
START
Event fired when Animator starts
|
static TimingTriggerEvent |
STOP
Event fired when Animator stops
|
Modifier and Type | Method and Description |
---|---|
TriggerEvent |
getOppositeEvent()
This method finds the opposite of the current event.: START -> STOP
and STOP -> START.
|
public static final TimingTriggerEvent START
public static final TimingTriggerEvent STOP
public static final TimingTriggerEvent REPEAT
public TriggerEvent getOppositeEvent()
getOppositeEvent
in class TriggerEvent