public class IRasterStatusEvent2Adapter extends java.lang.Object implements IRasterStatusEvent2
IID, IID3872f080_b932_4a24_941d_21ec0d43f0b7, xxDummy
Constructor and Description |
---|
IRasterStatusEvent2Adapter() |
Modifier and Type | Method and Description |
---|---|
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.
|
public void title(IRasterStatusEvent2TitleEvent theEvent) throws java.io.IOException, AutomationException
title
in interface IRasterStatusEvent2
theEvent
- The eventjava.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void message(IRasterStatusEvent2MessageEvent theEvent) throws java.io.IOException, AutomationException
message
in interface IRasterStatusEvent2
theEvent
- The eventjava.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void esri_continue(IRasterStatusEvent2Esri_continueEvent theEvent) throws java.io.IOException, AutomationException
esri_continue
in interface IRasterStatusEvent2
theEvent
- The eventjava.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.