Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for subscriberMethod (0.05 seconds)

  1. 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.
       */
    Created: Fri Dec 26 12:43:10 GMT 2025
    - Last Modified: Thu Sep 11 17:06:34 GMT 2025
    - 2.2K bytes
    - Click Count (0)
Back to Top