com.esri.arcgis.carto
Class ILayerEventsAdapter

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

public class ILayerEventsAdapter
extends Object
implements ILayerEvents

See Also:
Serialized Form

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 IOException,
                              AutomationException
Occurs when layer visibility changes.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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