com.esri.arcgis.display
Interface IDelayEvents

All Superinterfaces:
Serializable
All Known Implementing Classes:
DisplayTransformation

public interface IDelayEvents
extends Serializable

Provides access to members that control Delay Events.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 boolean isDelayEvents()
          Indicates if events are delayed.
 void setDelayEvents(boolean delayEvents)
          Indicates if events are delayed.
 

Method Detail

setDelayEvents

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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

isDelayEvents

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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