|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.carto.IGraphicsContainerEventsAdapter
public class IGraphicsContainerEventsAdapter
Adapter for COM Event Interface 'com.esri.arcgis.carto.IGraphicsContainerEvents'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'
| Field Summary |
|---|
| Fields inherited from interface com.esri.arcgis.carto.IGraphicsContainerEvents |
|---|
IID, IID8694707c_d4e2_4f77_a02f_d36397a8534d, xxDummy |
| Constructor Summary | |
|---|---|
IGraphicsContainerEventsAdapter()
|
|
| Method Summary | |
|---|---|
void |
allElementsDeleted(IGraphicsContainerEventsAllElementsDeletedEvent theEvent)
Occurs when all the elements are deleted. |
void |
elementAdded(IGraphicsContainerEventsElementAddedEvent theEvent)
Occurs when the element is added. |
void |
elementDeleted(IGraphicsContainerEventsElementDeletedEvent theEvent)
Occurs when the element is deleted. |
void |
elementsAdded(IGraphicsContainerEventsElementsAddedEvent theEvent)
Occurs when the elements are added. |
void |
elementUpdated(IGraphicsContainerEventsElementUpdatedEvent theEvent)
Occurs when the element is updated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IGraphicsContainerEventsAdapter()
| Method Detail |
|---|
public void elementAdded(IGraphicsContainerEventsElementAddedEvent theEvent)
throws java.io.IOException,
AutomationException
elementAdded in interface IGraphicsContainerEventstheEvent - The event
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void elementsAdded(IGraphicsContainerEventsElementsAddedEvent theEvent)
throws java.io.IOException,
AutomationException
elementsAdded in interface IGraphicsContainerEventstheEvent - The event
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void elementDeleted(IGraphicsContainerEventsElementDeletedEvent theEvent)
throws java.io.IOException,
AutomationException
elementDeleted in interface IGraphicsContainerEventstheEvent - The event
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void allElementsDeleted(IGraphicsContainerEventsAllElementsDeletedEvent theEvent)
throws java.io.IOException,
AutomationException
allElementsDeleted in interface IGraphicsContainerEventstheEvent - The event
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void elementUpdated(IGraphicsContainerEventsElementUpdatedEvent theEvent)
throws java.io.IOException,
AutomationException
elementUpdated in interface IGraphicsContainerEventstheEvent - The event
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||