public interface IProblemRequestor
Modifier and Type | Method and Description |
---|---|
void |
acceptProblem(IProblem problem)
Notification of a JavaScript 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 JavaScript 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) IBM Corp. and others 2000, 2010. All Rights Reserved.