Uses of Interface
org.apache.shiro.event.support.EventListener
-
Packages that use EventListener Package Description org.apache.shiro.event.support -
-
Uses of EventListener in org.apache.shiro.event.support
Subinterfaces of EventListener in org.apache.shiro.event.support Modifier and Type Interface Description interfaceTypedEventListenerClasses in org.apache.shiro.event.support that implement EventListener Modifier and Type Class Description classSingleArgumentMethodEventListenerA event listener that invokes a target object's method that accepts a single event argument.Methods in org.apache.shiro.event.support that return types with arguments of type EventListener Modifier and Type Method Description List<EventListener>AnnotationEventListenerResolver. getEventListeners(Object instance)Returns a new collection ofEventListenerinstances, each instance corresponding to an annotated method discovered on the specifiedinstanceargument.List<EventListener>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 EventListener Modifier and Type Method Description intEventListenerComparator. compare(EventListener a, EventListener b)
-