com.esri.arcgis.schematic
Class INgProjectEventsOnClickOnElementTypeEvent

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

public class INgProjectEventsOnClickOnElementTypeEvent
extends EventObject

Description

If an event impacting an element type is declared in the project parameters file, this event is triggered before the OnClickOnElementType event.

Product Availability

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

See Also:
INgProjectEvents.onClickOnProperty(com.esri.arcgis.schematic.INgProjectEventsOnClickOnPropertyEvent), Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
INgProjectEventsOnClickOnElementTypeEvent(Object source)
           
 
Method Summary
 int getClick()
           
 INgElementType getEltType()
           
 INgLegend getLegend()
           
 void init(int click, INgLegend legend, INgElementType eltType)
           
 
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

INgProjectEventsOnClickOnElementTypeEvent

public INgProjectEventsOnClickOnElementTypeEvent(Object source)
Method Detail

init

public void init(int click,
                 INgLegend legend,
                 INgElementType eltType)

getClick

public final int getClick()

getLegend

public final INgLegend getLegend()

getEltType

public final INgElementType getEltType()