- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for invokeSubscriberMethod (0.14 sec)
-
android/guava/src/com/google/common/eventbus/Subscriber.java
private SynchronizedSubscriber(EventBus bus, Object target, Method method) { super(bus, target, method); } @Override void invokeSubscriberMethod(Object event) throws InvocationTargetException { synchronized (this) { super.invokeSubscriberMethod(event); } } }
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Wed May 14 19:40:47 UTC 2025 - 4.7K bytes - Viewed (0)