com.esri.arcgis.display
Class IDisplayEventsDisplayStartedEvent
java.lang.Object
java.util.EventObject
com.esri.arcgis.display.IDisplayEventsDisplayStartedEvent
- All Implemented Interfaces:
- Serializable
public class IDisplayEventsDisplayStartedEvent
- extends EventObject
Remarks
IDisplay::StartDrawing fires this event to notify clients that drawing has started. The display where drawing was initiated is returned.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Supported Platforms
Windows, Solaris, Linux
- See Also:
- Serialized Form
IDisplayEventsDisplayStartedEvent
public IDisplayEventsDisplayStartedEvent(Object source)
init
public void init(IDisplay display)
getDisplay
public final IDisplay getDisplay()