com.esri.arcgis.carto
Class IActiveViewEventsAfterDrawEvent

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

public class IActiveViewEventsAfterDrawEvent
extends EventObject

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
IActiveViewEventsAfterDrawEvent(Object source)
           
 
Method Summary
 IDisplay getDisplay()
           
 int getPhase()
           
 void init(IDisplay display, int phase)
           
 
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

IActiveViewEventsAfterDrawEvent

public IActiveViewEventsAfterDrawEvent(Object source)
Method Detail

init

public void init(IDisplay display,
                 int phase)

getDisplay

public final IDisplay getDisplay()

getPhase

public final int getPhase()