Search Options

Display Count
Sort
Preferred Language
Advanced Search

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

  1. android/guava/src/com/google/common/eventbus/SubscriberExceptionContext.java

      /** Returns the object context that the subscriber was called on. */
      public Object getSubscriber() {
        return subscriber;
      }
    
      /** Returns the subscribed method that threw the exception. */
      public Method getSubscriberMethod() {
        return subscriberMethod;
      }
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Thu Sep 11 17:06:34 GMT 2025
    - 2.2K bytes
    - Click Count (0)
Back to Top