com.esri.arcgis.arcglobe
Interface IGMxApplicationEvents

All Superinterfaces:
Serializable
All Known Implementing Classes:
IGMxApplicationEventsProxy

public interface IGMxApplicationEvents
extends Serializable

Provides access to events that the ArcGlobe application can fire.

Product Availability

Available with ArcGIS Desktop. Requires 3D Analyst Extension.


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

Method Detail

onClipboardChanged

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

Product Availability

Available with ArcGIS Desktop. Requires 3D Analyst Extension.

Supported Platforms

Windows

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