com.esri.arcgis.carto
Class IBasicOverposterEventsAdapter
java.lang.Object
com.esri.arcgis.carto.IBasicOverposterEventsAdapter
- All Implemented Interfaces:
- IBasicOverposterEvents, Serializable, EventListener
public class IBasicOverposterEventsAdapter
- extends Object
- implements IBasicOverposterEvents
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IBasicOverposterEventsAdapter
public IBasicOverposterEventsAdapter()
label
public void label(IBasicOverposterEventsLabelEvent theEvent)
throws IOException,
AutomationException
- Fires when the label is found.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Supported Platforms
Windows, Solaris, Linux
- Specified by:
label
in interface IBasicOverposterEvents
- Parameters:
theEvent
- The event
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.