public interface IProblemRequestor
IProblem
Modifier and Type | Method and Description |
---|---|
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.
|
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.
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.