|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.plugin.event.impl.MethodNameListenerMethodSelector
public class MethodNameListenerMethodSelector
Listener method selector that makes its determination by matching the method name
| Constructor Summary | |
|---|---|
MethodNameListenerMethodSelector()
|
|
MethodNameListenerMethodSelector(java.lang.String s)
|
|
| Method Summary | |
|---|---|
boolean |
isListenerMethod(java.lang.reflect.Method method)
Determines if the listener method has the name as the one configured |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MethodNameListenerMethodSelector()
public MethodNameListenerMethodSelector(java.lang.String s)
| Method Detail |
|---|
public boolean isListenerMethod(java.lang.reflect.Method method)
isListenerMethod in interface ListenerMethodSelectormethod - The method to test
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||