|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.geoprocessing.IGPToolboxEventsAdapter
public class IGPToolboxEventsAdapter
Constructor Summary | |
---|---|
IGPToolboxEventsAdapter()
|
Method Summary | |
---|---|
void |
onToolAdded(IGPToolboxEventsOnToolAddedEvent theEvent)
Called when a tool is added to the toolbox. |
void |
onToolboxDeleted(IGPToolboxEventsOnToolboxDeletedEvent theEvent)
Called when the toolbox is deleted. |
void |
onToolboxRenamed(IGPToolboxEventsOnToolboxRenamedEvent theEvent)
Called when the toolbox is renamed. |
void |
onToolDeleted(IGPToolboxEventsOnToolDeletedEvent theEvent)
Called when a tool is deleted from the toolbox. |
void |
onToolStateChanged(IGPToolboxEventsOnToolStateChangedEvent theEvent)
Called when a tool's state has changed. |
void |
onToolStored(IGPToolboxEventsOnToolStoredEvent theEvent)
Called when a tool is stored to the toolbox. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IGPToolboxEventsAdapter()
Method Detail |
---|
public void onToolboxDeleted(IGPToolboxEventsOnToolboxDeletedEvent theEvent) throws IOException, AutomationException
onToolboxDeleted
in interface IGPToolboxEvents
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void onToolboxRenamed(IGPToolboxEventsOnToolboxRenamedEvent theEvent) throws IOException, AutomationException
onToolboxRenamed
in interface IGPToolboxEvents
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void onToolAdded(IGPToolboxEventsOnToolAddedEvent theEvent) throws IOException, AutomationException
onToolAdded
in interface IGPToolboxEvents
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void onToolDeleted(IGPToolboxEventsOnToolDeletedEvent theEvent) throws IOException, AutomationException
onToolDeleted
in interface IGPToolboxEvents
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void onToolStored(IGPToolboxEventsOnToolStoredEvent theEvent) throws IOException, AutomationException
onToolStored
in interface IGPToolboxEvents
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void onToolStateChanged(IGPToolboxEventsOnToolStateChangedEvent theEvent) throws IOException, AutomationException
onToolStateChanged
in interface IGPToolboxEvents
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 |