| java.lang.Object | |
| ↳ | com.atlassian.event.internal.AnnotatedMethodsListenerHandler |
A listener handler that will check for single parameter methods annotated with the given annotation.
The default annotation for methods is EventListener.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Retrieves the list of invokers for the given listener.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.atlassian.event.spi.ListenerHandler
| |||||||||||
Retrieves the list of invokers for the given listener.
| listener | the listener object to get invokers for |
|---|