com.esri.arcgis.display
Class IDisplayEventsDisplayInvalidatedEvent
java.lang.Object
   java.util.EventObject
java.util.EventObject
       com.esri.arcgis.display.IDisplayEventsDisplayInvalidatedEvent
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
 
 
 
 
 
 
IDisplayEventsDisplayInvalidatedEvent
public IDisplayEventsDisplayInvalidatedEvent(Object source)
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()
-