- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for getSubscriberMethod (0.14 sec)
-
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)