com.esri.arcgis.schematic
Class INgProjectEventsOnRedrawEvent

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

public class INgProjectEventsOnRedrawEvent
extends EventObject

Product Availability

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

See Also:
INgView.redraw(int), Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
INgProjectEventsOnRedrawEvent(Object source)
           
 
Method Summary
 int getRedrawMode()
           
 INgView getView()
           
 void init(INgView view, int redrawMode)
           
 
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

INgProjectEventsOnRedrawEvent

public INgProjectEventsOnRedrawEvent(Object source)
Method Detail

init

public void init(INgView view,
                 int redrawMode)

getView

public final INgView getView()

getRedrawMode

public final int getRedrawMode()