Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for handleChangeEvent (0.17 sec)

  1. platforms/core-execution/file-watching/src/main/java/org/gradle/internal/watch/registry/impl/DefaultFileWatcherRegistry.java

                        if (!stopping) {
                            nextEvent.handleEvent(new FileWatchEvent.Handler() {
                                @Override
                                public void handleChangeEvent(FileWatchEvent.ChangeType type, String absolutePath) {
                                    fileWatchingStatistics.eventReceived();
                                    fileWatcherUpdater.triggerWatchProbe(absolutePath);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Jan 25 15:08:33 UTC 2024
    - 11.2K bytes
    - Viewed (0)
Back to top