Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for startNotification (0.46 sec)

  1. platforms/core-runtime/messaging/src/main/java/org/gradle/internal/event/DefaultListenerManager.java

                    parentDispatch = parent.getBroadcasterInternal(type).getDispatch(false);
                }
                logger = candidate;
            }
    
            private List<Dispatch<MethodInvocation>> startNotification(boolean includeLogger) {
                takeOwnership();
    
                if (!notified) {
                    maybeAddPendingRegistrations(type);
                    notified = true;
                }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 11 10:09:43 UTC 2024
    - 18.3K bytes
    - Viewed (0)
Back to top