|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.animation.IAnimationEventsAdapter
public class IAnimationEventsAdapter
Adapter for COM Event Interface 'com.esri.arcgis.animation.IAnimationEvents'. Generated 3/19/2015 1:20:51 PM from 'C:\ArcGIS\COM\esriAnimation.olb'
Field Summary |
---|
Fields inherited from interface com.esri.arcgis.animation.IAnimationEvents |
---|
IID, IID0fa6256f_496a_47b3_9f56_4f52d75689f2, xxDummy |
Constructor Summary | |
---|---|
IAnimationEventsAdapter()
|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IAnimationEventsAdapter()
Method Detail |
---|
public void stateChanged(IAnimationEventsStateChangedEvent theEvent) throws java.io.IOException, AutomationException
stateChanged
in interface IAnimationEvents
theEvent
- The event
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void beforeFrame(IAnimationEventsBeforeFrameEvent theEvent) throws java.io.IOException, AutomationException
beforeFrame
in interface IAnimationEvents
theEvent
- The event
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void afterFrame(IAnimationEventsAfterFrameEvent theEvent) throws java.io.IOException, AutomationException
afterFrame
in interface IAnimationEvents
theEvent
- The event
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void beforeRecord(IAnimationEventsBeforeRecordEvent theEvent) throws java.io.IOException, AutomationException
beforeRecord
in interface IAnimationEvents
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 |