com.esri.arcgis.carto
Class IAnnotationErrorEventsAdapter

java.lang.Object
  extended by com.esri.arcgis.carto.IAnnotationErrorEventsAdapter
All Implemented Interfaces:
IAnnotationErrorEvents, java.io.Serializable, java.util.EventListener

public class IAnnotationErrorEventsAdapter
extends java.lang.Object
implements IAnnotationErrorEvents

Adapter for COM Event Interface 'com.esri.arcgis.carto.IAnnotationErrorEvents'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.esri.arcgis.carto.IAnnotationErrorEvents
IID, IIDa066d11d_9d0c_11d3_9fd5_00c04f6bc6a5, xxDummy
 
Constructor Summary
IAnnotationErrorEventsAdapter()
           
 
Method Summary
 void errorAddingElements(IAnnotationErrorEventsErrorAddingElementsEvent theEvent)
          Fired when not all elements could be added to the graphics layer.
 boolean tooManyOverflow(IAnnotationErrorEventsTooManyOverflowEvent theEvent)
          Fired when too many overflow elements are about to be created.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IAnnotationErrorEventsAdapter

public IAnnotationErrorEventsAdapter()
Method Detail

errorAddingElements

public void errorAddingElements(IAnnotationErrorEventsErrorAddingElementsEvent theEvent)
                         throws java.io.IOException,
                                AutomationException
Fired when not all elements could be added to the graphics layer.

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

tooManyOverflow

public boolean tooManyOverflow(IAnnotationErrorEventsTooManyOverflowEvent theEvent)
                        throws java.io.IOException,
                               AutomationException
Fired when too many overflow elements are about to be created.

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