Uses of Interface
org.apache.shiro.event.support.EventListener
Packages that use EventListener
-
Uses of EventListener in org.apache.shiro.event.support
Subinterfaces of EventListener in org.apache.shiro.event.supportClasses in org.apache.shiro.event.support that implement EventListenerModifier and TypeClassDescriptionclassA event listener that invokes a target object's method that accepts a single event argument.Classes in org.apache.shiro.event.support that implement interfaces with type arguments of type EventListenerModifier and TypeClassDescriptionclassCompares two event listeners to determine the order in which they should be invoked when an event is dispatched.Methods in org.apache.shiro.event.support that return types with arguments of type EventListenerModifier and TypeMethodDescriptionAnnotationEventListenerResolver.getEventListeners(Object instance) Returns a new collection ofEventListenerinstances, each instance corresponding to an annotated method discovered on the specifiedinstanceargument.EventListenerResolver.getEventListeners(Object instance) ReturnsEventListenerinstances as a result of inspecting a subscriber object, mostly likely withSubscribe-annotated methods.Methods in org.apache.shiro.event.support with parameters of type EventListenerModifier and TypeMethodDescriptionintEventListenerComparator.compare(EventListener a, EventListener b)