com.esri.arcgis.display
Class IDisplayEventsDisplayScrolledEvent
java.lang.Object
java.util.EventObject
com.esri.arcgis.display.IDisplayEventsDisplayScrolledEvent
- All Implemented Interfaces:
- Serializable
public class IDisplayEventsDisplayScrolledEvent
- extends EventObject
Remarks
IScreenDisplay::DoScroll fires this event to notify all clients that the display has scrolled. For example, the Map object listens for this event because it needs to perform some drawing operations whenever its display is scrolled.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Supported Platforms
Windows, Solaris, Linux
- See Also:
- Serialized Form
IDisplayEventsDisplayScrolledEvent
public IDisplayEventsDisplayScrolledEvent(Object source)
init
public void init(IDisplay display,
int deltaX,
int deltaY)
getDisplay
public final IDisplay getDisplay()
getDeltaX
public final int getDeltaX()
getDeltaY
public final int getDeltaY()