Package org.apache.shiro.event
-
Interface Summary Interface Description EventBus An event bus can publish events to event subscribers as well as provide a mechanism for registering and unregistering event subscribers.EventBusAware Interface implemented by components that utilize an EventBus for publishing and/or subscribing to/from events and wish that EventBus to be supplied if one is available. -
Class Summary Class Description Event Root class for all of Shiro's event classes. -
Annotation Types Summary Annotation Type Description Subscribe Indicates a method is an event consumer.