- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for SubscriberRegistry (0.07 sec)
-
android/guava/src/com/google/common/eventbus/SubscriberRegistry.java
import javax.annotation.CheckForNull; /** * Registry of subscribers to a single event bus. * * @author Colin Decker */ @ElementTypesAreNonnullByDefault final class SubscriberRegistry { /** * All registered subscribers, indexed by event type. * * <p>The {@link CopyOnWriteArraySet} values make it easy and relatively lightweight to get an
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Thu Oct 17 15:16:45 UTC 2024 - 10.8K bytes - Viewed (0)