Uses of Class
tigase.eventbus.impl.EventName
-
Packages that use EventName Package Description tigase.eventbus.component tigase.eventbus.component.stores tigase.eventbus.impl -
-
Uses of EventName in tigase.eventbus.component
Methods in tigase.eventbus.component that return EventName Modifier and Type Method Description EventNameSubscribeModule.NewRemoteSubscriptionEvent. getParsedName()Constructors in tigase.eventbus.component with parameters of type EventName Constructor Description NewRemoteSubscriptionEvent(EventName parsedName, Subscription subscription) -
Uses of EventName in tigase.eventbus.component.stores
Methods in tigase.eventbus.component.stores that return types with arguments of type EventName Modifier and Type Method Description java.util.Set<EventName>SubscriptionStore. getSubscribedEvents() -
Uses of EventName in tigase.eventbus.impl
Methods in tigase.eventbus.impl that return types with arguments of type EventName Modifier and Type Method Description java.util.Set<EventName>EventBusImplementation. getAllListenedEvents()java.util.Set<EventName>EventsNameMap. getAllListenedEvents()
-