com.esri.arcgis.carto
Class IBasicOverposterEventsAdapter

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

public class IBasicOverposterEventsAdapter
extends java.lang.Object
implements IBasicOverposterEvents

Adapter for COM Event Interface 'com.esri.arcgis.carto.IBasicOverposterEvents'. 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.IBasicOverposterEvents
IID, IIDc4541861_5a4f_11d2_a2c0_080009b6f22b, xxDummy
 
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 java.io.IOException,
                  AutomationException
Fires when the label is found.

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