com.esri.arcgis.carto
Class IAnnotationErrorEventsAdapter

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

public class IAnnotationErrorEventsAdapter
extends Object
implements IAnnotationErrorEvents

See Also:
Serialized Form

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 IOException,
                                AutomationException
Fired when not all elements could be added to the graphics layer.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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

tooManyOverflow

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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