com.esri.arcgis.carto
Class ILayerEventsAdapter

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

public class ILayerEventsAdapter
extends java.lang.Object
implements ILayerEvents

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

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.esri.arcgis.carto.ILayerEvents
IID, IIDbda426b2_a692_11d2_a300_080009b6f22b, xxDummy
 
Constructor Summary
ILayerEventsAdapter()
           
 
Method Summary
 void visibilityChanged(ILayerEventsVisibilityChangedEvent theEvent)
          Occurs when layer visibility changes.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ILayerEventsAdapter

public ILayerEventsAdapter()
Method Detail

visibilityChanged

public void visibilityChanged(ILayerEventsVisibilityChangedEvent theEvent)
                       throws java.io.IOException,
                              AutomationException
Occurs when layer visibility changes.

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