com.esri.arcgis.animation
Class IAnimationContentEventsAdapter
java.lang.Object
com.esri.arcgis.animation.IAnimationContentEventsAdapter
- All Implemented Interfaces:
- IAnimationContentEvents, Serializable, EventListener
public class IAnimationContentEventsAdapter
- extends Object
- implements IAnimationContentEvents
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IAnimationContentEventsAdapter
public IAnimationContentEventsAdapter()
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.