Searched defs:Subscriber (Results 1 – 5 of 5) sorted by relevance
36 class Subscriber { class57 private Subscriber(EventBus bus, Object target, Method method) { in Subscriber() method in Subscriber
27 static class Subscriber { class in BaseSubscriberFinderTest
83 pub trait Subscriber: 'static { interface504 impl dyn Subscriber { implementation