com.esri.arcgis.catalogUI
Class IMetadataEventsAdapter
java.lang.Object
com.esri.arcgis.catalogUI.IMetadataEventsAdapter
- All Implemented Interfaces:
- IMetadataEvents, Serializable, EventListener
public class IMetadataEventsAdapter
- extends Object
- implements IMetadataEvents
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IMetadataEventsAdapter
public IMetadataEventsAdapter()
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.