com.esri.arcgis.controls
Class ICustomizeDialogEventsProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.controls.ICustomizeDialogEventsProxy
All Implemented Interfaces:
ICustomizeDialogEvents, Externalizable, Serializable, EventListener

public class ICustomizeDialogEventsProxy
extends com.esri.arcgis.interop.Dispatch
implements ICustomizeDialogEvents, Serializable

Provides access to events that occur when the customize dialog is opened or closed.

Product Availability

Available with ArcGIS Engine.

See Also:
Serialized Form

Field Summary
 boolean noncastable
           
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Constructor Summary
  ICustomizeDialogEventsProxy()
           
  ICustomizeDialogEventsProxy(Object obj)
           
protected ICustomizeDialogEventsProxy(Object obj, String iid)
           
 
Method Summary
 void addListener(String iidStr, Object theListener, Object theSource)
           
 void onCloseDialog(ICustomizeDialogEventsOnCloseDialogEvent theEvent)
          Fires when customize dialog is closed or exited.
 void onStartDialog(ICustomizeDialogEventsOnStartDialogEvent theEvent)
          Fires when customize dialog is displayed on screen.
 void removeListener(String iidStr, Object theListener)
           
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

noncastable

public boolean noncastable
Constructor Detail

ICustomizeDialogEventsProxy

public ICustomizeDialogEventsProxy()

ICustomizeDialogEventsProxy

public ICustomizeDialogEventsProxy(Object obj)
                            throws IOException
Throws:
IOException

ICustomizeDialogEventsProxy

protected ICustomizeDialogEventsProxy(Object obj,
                                      String iid)
                               throws IOException
Throws:
IOException
Method Detail

addListener

public void addListener(String iidStr,
                        Object theListener,
                        Object theSource)
                 throws IOException
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

removeListener

public void removeListener(String iidStr,
                           Object theListener)
                    throws IOException
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

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.