Uses of Interface
org.apache.shiro.event.EventBus
Packages that use EventBus
-
Uses of EventBus in org.apache.shiro.event
Methods in org.apache.shiro.event with parameters of type EventBusModifier and TypeMethodDescriptionvoidEventBusAware.setEventBus(EventBus bus) Sets the availableEventBusthat may be used for publishing and subscribing to/from events. -
Uses of EventBus in org.apache.shiro.event.support
Classes in org.apache.shiro.event.support that implement EventBusModifier and TypeClassDescriptionclassA default event bus implementation that synchronously publishes events to registered listeners.