Package | Description |
---|---|
org.apache.shiro.event.support |
Modifier and Type | Interface and Description |
---|---|
interface |
TypedEventListener |
Modifier and Type | Class and Description |
---|---|
class |
SingleArgumentMethodEventListener
A event listener that invokes a target object's method that accepts a single event argument.
|
Modifier and Type | Method and Description |
---|---|
List<EventListener> |
EventListenerResolver.getEventListeners(Object instance)
Returns
EventListener instances as a result of inspecting a subscriber object, mostly likely with
Subscribe -annotated methods. |
List<EventListener> |
AnnotationEventListenerResolver.getEventListeners(Object instance)
Returns a new collection of
EventListener instances, each instance corresponding to an annotated
method discovered on the specified instance argument. |
Modifier and Type | Method and Description |
---|---|
int |
EventListenerComparator.compare(EventListener a,
EventListener b) |
Copyright © 2004–2019 The Apache Software Foundation. All rights reserved.