|
Eclipse JDT Release 3.2 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public void acceptProblem(IProblem problem)
problem
- IProblem - The discovered Java problem.public void beginReporting()
public void endReporting()
public 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.
|
Eclipse JDT Release 3.2 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |