com.esri.arcgis.animation
Interface IAnimationContentEvents

All Superinterfaces:
EventListener, Serializable
All Known Implementing Classes:
IAnimationContentEventsAdapter, IAnimationContentEventsProxy

public interface IAnimationContentEvents
extends EventListener, Serializable

Provides access to events that occur when animation contents change.

Remarks

This event is fired when the animation contents are changed, such as a new track is created or a keyframe is added/removed.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 void animationChanged(IAnimationContentEventsAnimationChangedEvent theEvent)
          Occurs when animation state changes.
 

Method Detail

animationChanged

void animationChanged(IAnimationContentEventsAnimationChangedEvent theEvent)
                      throws IOException,
                             AutomationException
Occurs when animation state changes.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
theEvent - The event
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.