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