Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for dispatchListenerEvents (0.07 sec)

  1. android/guava/src/com/google/common/util/concurrent/ServiceManager.java

              enqueueStoppedEvent();
            }
          } finally {
            monitor.leave();
            // Run our executors outside of the lock
            dispatchListenerEvents();
          }
        }
    
        void enqueueStoppedEvent() {
          listeners.enqueue(STOPPED_EVENT);
        }
    
        void enqueueHealthyEvent() {
          listeners.enqueue(HEALTHY_EVENT);
        }
    
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Tue May 13 17:27:14 UTC 2025
    - 33.2K bytes
    - Viewed (0)
Back to top