|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAnimationEvents
Provides access to events that occur when animation plays or records.
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. |
Method Detail |
---|
void stateChanged(IAnimationEventsStateChangedEvent theEvent) throws IOException, AutomationException
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void beforeFrame(IAnimationEventsBeforeFrameEvent theEvent) throws IOException, AutomationException
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void afterFrame(IAnimationEventsAfterFrameEvent theEvent) throws IOException, AutomationException
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void beforeRecord(IAnimationEventsBeforeRecordEvent theEvent) throws IOException, AutomationException
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 |