Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for FileWatchEvent (0.11 sec)

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

                try {
                    while (consumeEvents) {
                        FileWatchEvent nextEvent = fileEvents.take();
                        if (!stopping) {
                            nextEvent.handleEvent(new FileWatchEvent.Handler() {
                                @Override
                                public void handleChangeEvent(FileWatchEvent.ChangeType type, String 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