com.esri.arcgis.datasourcesraster
Class IRasterStatusEvent2Adapter

java.lang.Object
  extended by com.esri.arcgis.datasourcesraster.IRasterStatusEvent2Adapter
All Implemented Interfaces:
IRasterStatusEvent2, java.io.Serializable, java.util.EventListener

public class IRasterStatusEvent2Adapter
extends java.lang.Object
implements IRasterStatusEvent2

Adapter for COM Event Interface 'com.esri.arcgis.datasourcesraster.IRasterStatusEvent2'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IRasterStatusEvent2
IID, IID3872f080_b932_4a24_941d_21ec0d43f0b7, xxDummy
 
Constructor Summary
IRasterStatusEvent2Adapter()
           
 
Method Summary
 void esri_continue(IRasterStatusEvent2Esri_continueEvent theEvent)
          Indicates whether the operation should be continued.
 void message(IRasterStatusEvent2MessageEvent theEvent)
          The message of the event.
 void title(IRasterStatusEvent2TitleEvent theEvent)
          The title of the event.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IRasterStatusEvent2Adapter

public IRasterStatusEvent2Adapter()
Method Detail

title

public void title(IRasterStatusEvent2TitleEvent theEvent)
           throws java.io.IOException,
                  AutomationException
The title of the event.

Specified by:
title in interface IRasterStatusEvent2
Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

message

public void message(IRasterStatusEvent2MessageEvent theEvent)
             throws java.io.IOException,
                    AutomationException
The message of the event.

Specified by:
message in interface IRasterStatusEvent2
Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

esri_continue

public void esri_continue(IRasterStatusEvent2Esri_continueEvent theEvent)
                   throws java.io.IOException,
                          AutomationException
Indicates whether the operation should be continued.

Specified by:
esri_continue in interface IRasterStatusEvent2
Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.