com.esri.arcgis.display
Interface IDelayEvents

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
DisplayTransformation, IDelayEventsProxy

public interface IDelayEvents
extends java.io.Serializable

COM Interface 'IDelayEvents'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDisplay.olb'

Description: 'Provides access to members that control Delay Events.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID5ba46487_1d16_42b8_847b_b7b9c8100b13
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean isDelayEvents()
          Indicates if events are delayed.
 void setDelayEvents(boolean delayEvents)
          Indicates if events are delayed.
 

Field Detail

IID5ba46487_1d16_42b8_847b_b7b9c8100b13

static final int IID5ba46487_1d16_42b8_847b_b7b9c8100b13
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setDelayEvents

void setDelayEvents(boolean delayEvents)
                    throws java.io.IOException,
                           AutomationException
Indicates if events are delayed. If something changes while events are being delayed, a single event is fired when events are resumed.

Parameters:
delayEvents - The delayEvents (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isDelayEvents

boolean isDelayEvents()
                      throws java.io.IOException,
                             AutomationException
Indicates if events are delayed. If something changes while events are being delayed, a single event is fired when events are resumed.

Returns:
The delayEvents
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.