|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.plugin.event.impl.AnnotationListenerMethodSelector
public class AnnotationListenerMethodSelector
Listener method selector that looks for a specific marker annotation
| Constructor Summary | |
|---|---|
AnnotationListenerMethodSelector()
|
|
AnnotationListenerMethodSelector(java.lang.Class<? extends java.lang.annotation.Annotation> markerAnnotation)
|
|
| Method Summary | |
|---|---|
boolean |
isListenerMethod(java.lang.reflect.Method method)
Determines if the method is a listener method |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AnnotationListenerMethodSelector()
public AnnotationListenerMethodSelector(java.lang.Class<? extends java.lang.annotation.Annotation> markerAnnotation)
| Method Detail |
|---|
public boolean isListenerMethod(java.lang.reflect.Method method)
ListenerMethodSelector
isListenerMethod in interface ListenerMethodSelectormethod - The possible listener method. Cannot be null.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||