|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IStatusHandler
Processes status events raised by the caller and returns an indication of choices made by the recipient of the status and may raise an exception against the caller to have them abort procesing.
Method Summary | |
---|---|
void |
report(org.eclipse.core.runtime.IStatus status)
Reports the given Status with implied options to either continue or abort. |
Choice |
report(org.eclipse.core.runtime.IStatus status,
Choice[] choices)
Reports the given Status and set of possible responses. |
void |
reportError(org.eclipse.core.runtime.IStatus status)
Report the given Error Status. |
void |
reportInfo(org.eclipse.core.runtime.IStatus status)
Report the given Info Status. |
Method Detail |
---|
Choice report(org.eclipse.core.runtime.IStatus status, Choice[] choices)
status
- the status to report.choices
- the choices that will be displayed to the user.
void report(org.eclipse.core.runtime.IStatus status) throws StatusException
status
- the status to report.
StatusException
- Throws an exception if the handler decides the caller
should stop processing.void reportError(org.eclipse.core.runtime.IStatus status)
status
- the error status to report.void reportInfo(org.eclipse.core.runtime.IStatus status)
status
- the info status to report.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |