|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.carto.IGraphicsContainerEventsAdapter
public class IGraphicsContainerEventsAdapter
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 IOException, AutomationException
elementAdded
in interface IGraphicsContainerEvents
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void elementsAdded(IGraphicsContainerEventsElementsAddedEvent theEvent) throws IOException, AutomationException
elementsAdded
in interface IGraphicsContainerEvents
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void elementDeleted(IGraphicsContainerEventsElementDeletedEvent theEvent) throws IOException, AutomationException
elementDeleted
in interface IGraphicsContainerEvents
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void allElementsDeleted(IGraphicsContainerEventsAllElementsDeletedEvent theEvent) throws IOException, AutomationException
allElementsDeleted
in interface IGraphicsContainerEvents
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void elementUpdated(IGraphicsContainerEventsElementUpdatedEvent theEvent) throws IOException, AutomationException
elementUpdated
in interface IGraphicsContainerEvents
theEvent
- The event
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 |