|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.controls.ICustomizeDialogEventsAdapter
public class ICustomizeDialogEventsAdapter
Adapter for COM Event Interface 'com.esri.arcgis.controls.ICustomizeDialogEvents'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriControls.olb'
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 |
---|
public ICustomizeDialogEventsAdapter()
Method Detail |
---|
public void onStartDialog(ICustomizeDialogEventsOnStartDialogEvent theEvent) throws java.io.IOException, AutomationException
onStartDialog
in interface ICustomizeDialogEvents
theEvent
- The event
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void onCloseDialog(ICustomizeDialogEventsOnCloseDialogEvent theEvent) throws java.io.IOException, AutomationException
onCloseDialog
in interface ICustomizeDialogEvents
theEvent
- The event
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |