public class StateTransitionEvent
extends java.util.EventObject
| Constructor and Description |
|---|
StateTransitionEvent(java.lang.Object source,
org.pushingpixels.trident.Timeline.TimelineState oldState,
org.pushingpixels.trident.Timeline.TimelineState newState) |
| Modifier and Type | Method and Description |
|---|---|
org.pushingpixels.trident.Timeline.TimelineState |
getNewState() |
org.pushingpixels.trident.Timeline.TimelineState |
getOldState() |