Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for dispatchListenerEvents (0.1 seconds)

  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);
        }
    
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Mon Feb 23 19:19:10 GMT 2026
    - 33.2K bytes
    - Click Count (1)
Back to Top