com.esri.arcgis.systemUI
Class IComPropertySheetEventsAdapter

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

public class IComPropertySheetEventsAdapter
extends java.lang.Object
implements IComPropertySheetEvents

Adapter for COM Event Interface 'com.esri.arcgis.systemUI.IComPropertySheetEvents'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriSystemUI.olb'

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.esri.arcgis.systemUI.IComPropertySheetEvents
IID, IID6b7b57f8_5765_11d0_92d9_00805f7c28b0, xxDummy
 
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 java.io.IOException,
                    AutomationException
Occurs when changes are applied.

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