com.esri.arcgis.carto
Class IBasicOverposterEventsAdapter

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

public class IBasicOverposterEventsAdapter
extends Object
implements IBasicOverposterEvents

See Also:
Serialized Form

Constructor Summary
IBasicOverposterEventsAdapter()
           
 
Method Summary
 void label(IBasicOverposterEventsLabelEvent theEvent)
          Fires when the label is found.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IBasicOverposterEventsAdapter

public IBasicOverposterEventsAdapter()
Method Detail

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.