com.esri.arcgis.controls
Class ICustomizeDialogEventsAdapter

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

public class ICustomizeDialogEventsAdapter
extends Object
implements ICustomizeDialogEvents

See Also:
Serialized Form

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 IOException,
                          AutomationException
Fires when customize dialog is displayed on screen.

Description

The OnStartDialog event is triggered when the CustomizeDialog is displayed on the screen in response to the StartDialog method.

Product Availability

Available with ArcGIS Engine.

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

onCloseDialog

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

Description

The OnCloseDialog event is triggered when the CustomizeDialog is closed in response to the CloseDialog method, the user interactively closing the dialog, and when the CustomizeDialog object is released.

Product Availability

Available with ArcGIS Engine.

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