Java org.eclipse.jdt.core IProblemRequestor fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jdt.core IProblemRequestor fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jdt.core IProblemRequestor.

The text is from its open source code.

Implementation

org.eclipse.jdt.core.IProblemRequestor has the following implementations.
Click this link to see all its implementation.

Constructor

Method

voidacceptProblem(IProblem problem)
Notification of a Java problem.
voidbeginReporting()
Notification sent before starting the problem detection process.
voidendReporting()
Notification sent after having completed problem detection process.
booleanisActive()
Predicate allowing the problem requestor to signal whether or not it is currently interested by problem reports.