- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for DeadEvent (0.03 sec)
-
android/guava/src/com/google/common/eventbus/DeadEvent.java
* * <p>Registering a DeadEvent subscriber is useful for debugging or logging, as it can detect * misconfigurations in a system's event distribution. * * @author Cliff Biffle * @since 10.0 */ public class DeadEvent { private final Object source; private final Object event; /** * Creates a new DeadEvent. *
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sat Dec 21 03:10:51 UTC 2024 - 2.1K bytes - Viewed (0)