|
Eclipse CDT Pre-release 3.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IProblemRequestor
A callback interface for receiving problem as they are discovered IProblemRequestor
Method Summary | |
---|---|
void |
acceptProblem(org.eclipse.cdt.core.parser.IProblem problem)
Notification of a Java problem. |
void |
beginReporting()
Notification sent before starting the problem detection process. |
void |
endReporting()
Notification sent after having completed problem detection process. |
boolean |
isActive()
Predicate allowing the problem requestor to signal whether or not it is currently interested by problem reports. |
Method Detail |
---|
void acceptProblem(org.eclipse.cdt.core.parser.IProblem problem)
problem
- IProblem - The discovered Java problem.void beginReporting()
void endReporting()
boolean isActive()
false, problem will
not be discovered any more until the next iteration.
This predicate will be invoked once prior to each problem detection iteration.
- Returns:
- boolean - indicates whether the requestor is currently interested by problems.
|
Eclipse CDT Pre-release 3.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |