Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getSubscriberMethod (0.05 sec)

  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;
      }
    Registered: Fri Dec 26 12:43:10 UTC 2025
    - Last Modified: Thu Sep 11 17:06:34 UTC 2025
    - 2.2K bytes
    - Viewed (0)
Back to top