com.esri.arcgis.animation
Interface IAnimationContentEvents

All Superinterfaces:
java.util.EventListener, java.io.Serializable
All Known Implementing Classes:
IAnimationContentEventsAdapter, IAnimationContentEventsProxy

public interface IAnimationContentEvents
extends java.util.EventListener, java.io.Serializable

COM Interface 'IAnimationContentEvents'. Generated 3/19/2015 1:20:51 PM from 'C:\ArcGIS\COM\esriAnimation.olb'

Description: 'Provides access to events that occur when animation contents change.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID35156eb9_b407_4b85_beaf_0dd7158bb3c0
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void animationChanged(IAnimationContentEventsAnimationChangedEvent theEvent)
          Occurs when animation state changes.
 

Field Detail

IID35156eb9_b407_4b85_beaf_0dd7158bb3c0

static final int IID35156eb9_b407_4b85_beaf_0dd7158bb3c0
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

animationChanged

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

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