|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAnimationEvents
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 |
---|
static final int IID0fa6256f_496a_47b3_9f56_4f52d75689f2
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void stateChanged(IAnimationEventsStateChangedEvent theEvent) throws java.io.IOException, AutomationException
theEvent
- The event
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void beforeFrame(IAnimationEventsBeforeFrameEvent theEvent) throws java.io.IOException, AutomationException
theEvent
- The event
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void afterFrame(IAnimationEventsAfterFrameEvent theEvent) throws java.io.IOException, AutomationException
theEvent
- The event
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void beforeRecord(IAnimationEventsBeforeRecordEvent theEvent) throws java.io.IOException, AutomationException
theEvent
- The event
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |