com.esri.arcgis.catalogUI
Class IMetadataEventsAdapter

java.lang.Object
  extended by com.esri.arcgis.catalogUI.IMetadataEventsAdapter
All Implemented Interfaces:
IMetadataEvents, Serializable, EventListener

public class IMetadataEventsAdapter
extends Object
implements IMetadataEvents

See Also:
Serialized Form

Constructor Summary
IMetadataEventsAdapter()
           
 
Method Summary
 void onStylesheetChanged(IMetadataEventsOnStylesheetChangedEvent theEvent)
          Occurs when the current stylesheet changes.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IMetadataEventsAdapter

public IMetadataEventsAdapter()
Method Detail

onStylesheetChanged

public void onStylesheetChanged(IMetadataEventsOnStylesheetChangedEvent theEvent)
                         throws IOException,
                                AutomationException
Occurs when the current stylesheet changes.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

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