Package org.apache.shiro.event.support
package org.apache.shiro.event.support
-
ClassDescriptionInspects an object for annotated methods of interest and creates an
EventListenerinstance for each method discovered.A default event bus implementation that synchronously publishes events to registered listeners.Compares two event classes based on their position in a class hierarchy.An event listener knows how to accept and process events of a particular type (or types).Compares two event listeners to determine the order in which they should be invoked when an event is dispatched.AnEventListenerResolverknows how to resolve (either create or lookup)EventListenerinstances as a result of inspecting a subscriber object, mostly likely aSubscribe-annotated object instance.A event listener that invokes a target object's method that accepts a single event argument.