com.esri.arcgis.catalogUI
Interface IGxApplicationEvents

All Superinterfaces:
Serializable
All Known Implementing Classes:
IGxApplicationEventsProxy

public interface IGxApplicationEvents
extends Serializable

Provides access to events fired by the ArcCatalog application.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 void onClipboardChanged()
          Called when the clipboard contents have changed.
 void onViewChanged()
          Called when the view changes.
 

Method Detail

onClipboardChanged

void onClipboardChanged()
                        throws IOException,
                               AutomationException
Called when the clipboard contents have changed.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

onViewChanged

void onViewChanged()
                   throws IOException,
                          AutomationException
Called when the view changes.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.