public static interface DaemonCodeAnalyzer.DaemonListener
Modifier and Type | Method and Description |
---|---|
default void |
daemonCancelEventOccurred(java.lang.String reason) |
default void |
daemonFinished()
Fired when the background code analysis is done.
|
default void |
daemonFinished(java.util.Collection<? extends FileEditor> fileEditors)
Fired when the background code analysis is done.
|
default void |
daemonStarting(java.util.Collection<? extends FileEditor> fileEditors)
Fired when the background code analysis is being scheduled for the specified set of files.
|
default void daemonStarting(java.util.Collection<? extends FileEditor> fileEditors)
fileEditors
- The list of files that will be analyzed during the current execution of the daemon.default void daemonFinished()
default void daemonFinished(java.util.Collection<? extends FileEditor> fileEditors)
fileEditors
- The list of files analyzed during the current execution of the daemon.default void daemonCancelEventOccurred(java.lang.String reason)