public interface IssueListener
extends java.util.EventListener
StatusListener, has access to the list of issues found in the file.| Modifier and Type | Method and Description |
|---|---|
void |
statusChanged(java.net.URL file, Project project, Workspace workspace, IssueList issues)
Reports that the status of a file changed.
|
void statusChanged(java.net.URL file,
Project project,
Workspace workspace,
IssueList issues)
file - The URL of the file.project - The project containing the file, or null if the file is a project or workspace.workspace - The workspace containing the file, or null if the file is a workspace.issues - The status and issues of the file.