com.esri.arcgis.datasourcesraster
Class IRasterDataManagementEventsAdapter

java.lang.Object
  extended by com.esri.arcgis.datasourcesraster.IRasterDataManagementEventsAdapter
All Implemented Interfaces:
IRasterDataManagementEvents, Serializable, EventListener

public class IRasterDataManagementEventsAdapter
extends Object
implements IRasterDataManagementEvents

See Also:
Serialized Form

Constructor Summary
IRasterDataManagementEventsAdapter()
           
 
Method Summary
 void onEvent(IRasterDataManagementEventsOnEventEvent theEvent)
          Performs operation on the raster data management event.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IRasterDataManagementEventsAdapter

public IRasterDataManagementEventsAdapter()
Method Detail

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.