com.esri.arcgis.animation
Class IAnimationContentEventsAdapter

java.lang.Object
  extended by com.esri.arcgis.animation.IAnimationContentEventsAdapter
All Implemented Interfaces:
IAnimationContentEvents, Serializable, EventListener

public class IAnimationContentEventsAdapter
extends Object
implements IAnimationContentEvents

See Also:
Serialized Form

Constructor Summary
IAnimationContentEventsAdapter()
           
 
Method Summary
 void animationChanged(IAnimationContentEventsAnimationChangedEvent theEvent)
          Occurs when animation state changes.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IAnimationContentEventsAdapter

public IAnimationContentEventsAdapter()
Method Detail

animationChanged

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

Product Availability

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

Specified by:
animationChanged in interface IAnimationContentEvents
Parameters:
theEvent - The event
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.