Uses of Interface
org.apache.shiro.event.EventBus
-
Packages that use EventBus Package Description org.apache.shiro.event org.apache.shiro.event.support -
-
Uses of EventBus in org.apache.shiro.event
Methods in org.apache.shiro.event with parameters of type EventBus Modifier and Type Method Description voidEventBusAware. 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 EventBus Modifier and Type Class Description classDefaultEventBusA default event bus implementation that synchronously publishes events to registered listeners.
-