org.pushingpixels.substance.internal.animation
Class StateTransitionEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.pushingpixels.substance.internal.animation.StateTransitionEvent
All Implemented Interfaces:
java.io.Serializable

public class StateTransitionEvent
extends java.util.EventObject

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
StateTransitionEvent(java.lang.Object source, org.pushingpixels.trident.Timeline.TimelineState oldState, org.pushingpixels.trident.Timeline.TimelineState newState)
           
 
Method Summary
 org.pushingpixels.trident.Timeline.TimelineState getNewState()
           
 org.pushingpixels.trident.Timeline.TimelineState getOldState()
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StateTransitionEvent

public StateTransitionEvent(java.lang.Object source,
                            org.pushingpixels.trident.Timeline.TimelineState oldState,
                            org.pushingpixels.trident.Timeline.TimelineState newState)
Method Detail

getOldState

public org.pushingpixels.trident.Timeline.TimelineState getOldState()

getNewState

public org.pushingpixels.trident.Timeline.TimelineState getNewState()