com.esri.arcgis.animation
Class IAnimationContentEventsAdapter

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

public class IAnimationContentEventsAdapter
extends java.lang.Object
implements IAnimationContentEvents

Adapter for COM Event Interface 'com.esri.arcgis.animation.IAnimationContentEvents'. Generated 3/19/2015 1:20:51 PM from 'C:\ArcGIS\COM\esriAnimation.olb'

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.esri.arcgis.animation.IAnimationContentEvents
IID, IID35156eb9_b407_4b85_beaf_0dd7158bb3c0, xxDummy
 
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 java.io.IOException,
                             AutomationException
Occurs when animation state changes.

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