com.esri.arcgis.animation
Class IAnimationEventsAdapter

java.lang.Object
  extended by com.esri.arcgis.animation.IAnimationEventsAdapter
All Implemented Interfaces:
IAnimationEvents, java.io.Serializable, java.util.EventListener

public class IAnimationEventsAdapter
extends java.lang.Object
implements IAnimationEvents

Adapter for COM Event Interface 'com.esri.arcgis.animation.IAnimationEvents'. Generated 3/19/2015 1:20:51 PM from 'C:\ArcGIS\COM\esriAnimation.olb'

See Also:
Serialized Form

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

IAnimationEventsAdapter

public IAnimationEventsAdapter()
Method Detail

stateChanged

public void stateChanged(IAnimationEventsStateChangedEvent theEvent)
                  throws java.io.IOException,
                         AutomationException
Occurs when animation state changes.

Specified by:
stateChanged in interface IAnimationEvents
Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

beforeFrame

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

Specified by:
beforeFrame in interface IAnimationEvents
Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

afterFrame

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

Specified by:
afterFrame in interface IAnimationEvents
Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

beforeRecord

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

Specified by:
beforeRecord in interface IAnimationEvents
Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.