com.esri.arcgis.controls
Class ICustomizeDialogEventsAdapter

java.lang.Object
  extended by com.esri.arcgis.controls.ICustomizeDialogEventsAdapter
All Implemented Interfaces:
ICustomizeDialogEvents, java.io.Serializable, java.util.EventListener

public class ICustomizeDialogEventsAdapter
extends java.lang.Object
implements ICustomizeDialogEvents

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

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.esri.arcgis.controls.ICustomizeDialogEvents
IID, IID6f4ba70a_55c1_4061_a29a_f2bd9c6a0b61, xxDummy
 
Constructor Summary
ICustomizeDialogEventsAdapter()
           
 
Method Summary
 void onCloseDialog(ICustomizeDialogEventsOnCloseDialogEvent theEvent)
          Fires when customize dialog is closed or exited.
 void onStartDialog(ICustomizeDialogEventsOnStartDialogEvent theEvent)
          Fires when customize dialog is displayed on screen.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ICustomizeDialogEventsAdapter

public ICustomizeDialogEventsAdapter()
Method Detail

onStartDialog

public void onStartDialog(ICustomizeDialogEventsOnStartDialogEvent theEvent)
                   throws java.io.IOException,
                          AutomationException
Fires when customize dialog is displayed on screen.

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

onCloseDialog

public void onCloseDialog(ICustomizeDialogEventsOnCloseDialogEvent theEvent)
                   throws java.io.IOException,
                          AutomationException
Fires when customize dialog is closed or exited.

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