|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IProblemRequestor
A callback interface for receiving java problem as they are discovered by some Java operation.
IProblem
Method Summary | |
---|---|
void |
acceptProblem(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(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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |