Class Subscriber.SynchronizedSubscriber

java.lang.Object
com.google.common.eventbus.Subscriber
com.google.common.eventbus.Subscriber.SynchronizedSubscriber
Enclosing class:
Subscriber

static final class Subscriber.SynchronizedSubscriber extends Subscriber
Subscriber that synchronizes invocations of a method to ensure that only one thread may enter the method at a time.