|
|||||||||
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
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 IOException, AutomationException
stateChanged
in interface IAnimationEvents
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void beforeFrame(IAnimationEventsBeforeFrameEvent theEvent) throws IOException, AutomationException
beforeFrame
in interface IAnimationEvents
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void afterFrame(IAnimationEventsAfterFrameEvent theEvent) throws IOException, AutomationException
afterFrame
in interface IAnimationEvents
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void beforeRecord(IAnimationEventsBeforeRecordEvent theEvent) throws IOException, AutomationException
beforeRecord
in interface IAnimationEvents
theEvent
- The event
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 |