com.esri.arcgis.datasourcesraster
Class IRasterDataManagementEventsAdapter
java.lang.Object
com.esri.arcgis.datasourcesraster.IRasterDataManagementEventsAdapter
- All Implemented Interfaces:
- IRasterDataManagementEvents, Serializable, EventListener
public class IRasterDataManagementEventsAdapter
- extends Object
- implements IRasterDataManagementEvents
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IRasterDataManagementEventsAdapter
public IRasterDataManagementEventsAdapter()
onEvent
public void onEvent(IRasterDataManagementEventsOnEventEvent theEvent)
throws IOException,
AutomationException
- Performs operation on the raster data management event.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Supported Platforms
Windows, Solaris, Linux
- Specified by:
onEvent
in interface IRasterDataManagementEvents
- Parameters:
theEvent
- The event
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.