com.esri.arcgis.display
Class IDisplayEventsDisplayInvalidatedEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.esri.arcgis.display.IDisplayEventsDisplayInvalidatedEvent
All Implemented Interfaces:
Serializable

public class IDisplayEventsDisplayInvalidatedEvent
extends EventObject

Remarks

IScreenDisplay::Invalidate fires this event to notify all clients a display has been invalidated. The display, the area invalidated, the erase setting, and the cacheID are all returned to clients listening to this event.

The Map object is one client that listens for this event and it may in turn fire the IActiveViewEvenets::ViewRefreshed event.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
IDisplayEventsDisplayInvalidatedEvent(Object source)
           
 
Method Summary
 short getCacheID()
           
 IDisplay getDisplay()
           
 boolean getErase()
           
 IEnvelope getRect()
           
 void init(IDisplay display, IEnvelope rect, boolean erase, short cacheID)
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IDisplayEventsDisplayInvalidatedEvent

public IDisplayEventsDisplayInvalidatedEvent(Object source)
Method Detail

init

public void init(IDisplay display,
                 IEnvelope rect,
                 boolean erase,
                 short cacheID)

getDisplay

public final IDisplay getDisplay()

getRect

public final IEnvelope getRect()

getErase

public final boolean getErase()

getCacheID

public final short getCacheID()