com.esri.arcgis.animation
Interface IAnimationEvents

All Superinterfaces:
java.util.EventListener, java.io.Serializable
All Known Implementing Classes:
IAnimationEventsAdapter, IAnimationEventsProxy

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

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

Description: 'Provides access to events that occur when animation plays or records.' 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 IID0fa6256f_496a_47b3_9f56_4f52d75689f2
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void afterFrame(IAnimationEventsAfterFrameEvent theEvent)
          Occurs after animation plays a new frame.
 void beforeFrame(IAnimationEventsBeforeFrameEvent theEvent)
          Occurs before animation plays a new frame.
 void beforeRecord(IAnimationEventsBeforeRecordEvent theEvent)
          Occurs before animation attempts to record a new view keyframe.
 void stateChanged(IAnimationEventsStateChangedEvent theEvent)
          Occurs when animation state changes.
 

Field Detail

IID0fa6256f_496a_47b3_9f56_4f52d75689f2

static final int IID0fa6256f_496a_47b3_9f56_4f52d75689f2
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

stateChanged

void stateChanged(IAnimationEventsStateChangedEvent 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.

beforeFrame

void beforeFrame(IAnimationEventsBeforeFrameEvent theEvent)
                 throws java.io.IOException,
                        AutomationException
Occurs before animation plays a new frame.

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

afterFrame

void afterFrame(IAnimationEventsAfterFrameEvent theEvent)
                throws java.io.IOException,
                       AutomationException
Occurs after animation plays a new frame.

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

beforeRecord

void beforeRecord(IAnimationEventsBeforeRecordEvent theEvent)
                  throws java.io.IOException,
                         AutomationException
Occurs before animation attempts to record a new view keyframe.

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