com.esri.arcgis.systemUI
Class IComPropertySheetEventsAdapter

java.lang.Object
  extended by com.esri.arcgis.systemUI.IComPropertySheetEventsAdapter
All Implemented Interfaces:
IComPropertySheetEvents, Serializable, EventListener

public class IComPropertySheetEventsAdapter
extends Object
implements IComPropertySheetEvents

See Also:
Serialized Form

Constructor Summary
IComPropertySheetEventsAdapter()
           
 
Method Summary
 void onApply(IComPropertySheetEventsOnApplyEvent theEvent)
          Occurs when changes are applied.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IComPropertySheetEventsAdapter

public IComPropertySheetEventsAdapter()
Method Detail

onApply

public void onApply(IComPropertySheetEventsOnApplyEvent theEvent)
             throws IOException,
                    AutomationException
Occurs when changes are applied.

Description

Call OnApply to notify other parts of the application that the objects passed to the property sheet have been edited.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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