|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRasterStatus2
Provides access to members that control the raster status 2.
Method Summary | |
---|---|
void |
fireContinue(boolean[] bContinue)
Broadcasts if the operation should be continued. |
void |
fireMessage(String message)
Broadcasts the message of the operation. |
void |
fireTitle(String title)
Broadcasts the title of the operation. |
Method Detail |
---|
void fireTitle(String title) throws IOException, AutomationException
title
- The title (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void fireMessage(String message) throws IOException, AutomationException
message
- The message (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void fireContinue(boolean[] bContinue) throws IOException, AutomationException
bContinue
- The bContinue (out: use single element array)
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 |