|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.event.internal.AnnotatedMethodsListenerHandler
public final class AnnotatedMethodsListenerHandler
A listener handler that will check for single parameter methods annotated with the given annotation.
The default annotation for methods is EventListener.
EventListener| Constructor Summary | |
|---|---|
AnnotatedMethodsListenerHandler()
|
|
AnnotatedMethodsListenerHandler(java.lang.Class annotation)
|
|
| Method Summary | |
|---|---|
java.util.List<? extends ListenerInvoker> |
getInvokers(java.lang.Object listener)
Retrieves the list of invokers for the given listener. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AnnotatedMethodsListenerHandler()
public AnnotatedMethodsListenerHandler(java.lang.Class annotation)
| Method Detail |
|---|
public java.util.List<? extends ListenerInvoker> getInvokers(java.lang.Object listener)
ListenerHandler
getInvokers in interface ListenerHandlerlistener - the listener object to get invokers for
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||