static final class Subscriber.SynchronizedSubscriber extends Subscriber
Subscriber.SynchronizedSubscriber
target
Modifier | Constructor and Description |
---|---|
private |
SynchronizedSubscriber(EventBus bus,
java.lang.Object target,
java.lang.reflect.Method method) |
Modifier and Type | Method and Description |
---|---|
(package private) void |
invokeSubscriberMethod(java.lang.Object event)
Invokes the subscriber method.
|
create, dispatchEvent, equals, hashCode
private SynchronizedSubscriber(EventBus bus, java.lang.Object target, java.lang.reflect.Method method)
void invokeSubscriberMethod(java.lang.Object event) throws java.lang.reflect.InvocationTargetException
Subscriber
invokeSubscriberMethod
in class Subscriber
java.lang.reflect.InvocationTargetException