- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for subscriberMethod (0.06 sec)
-
android/guava/src/com/google/common/eventbus/SubscriberExceptionContext.java
EventBus eventBus, Object event, Object subscriber, Method subscriberMethod) { this.eventBus = checkNotNull(eventBus); this.event = checkNotNull(event); this.subscriber = checkNotNull(subscriber); this.subscriberMethod = checkNotNull(subscriberMethod); } /** * Returns the {@link EventBus} that handled the event and the subscriber. Useful for broadcasting * a new event based on the error. */Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Thu Sep 11 17:06:34 UTC 2025 - 2.2K bytes - Viewed (0)