com.esri.arcgis.catalogUI
Class IMetadataEventsAdapter

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

public class IMetadataEventsAdapter
extends java.lang.Object
implements IMetadataEvents

Adapter for COM Event Interface 'com.esri.arcgis.catalogUI.IMetadataEvents'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriCatalogUI.olb'

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.esri.arcgis.catalogUI.IMetadataEvents
IID, IID43390ccd_5906_4c57_81fd_7a2f95a7a84e, xxDummy
 
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 java.io.IOException,
                                AutomationException
Occurs when the current stylesheet changes.

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