public class MethodNameListenerMethodSelector extends java.lang.Object implements ListenerMethodSelector
| Constructor and Description |
|---|
MethodNameListenerMethodSelector() |
MethodNameListenerMethodSelector(java.lang.String s) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isListenerMethod(java.lang.reflect.Method method)
Determines if the listener method has the name as the one configured
|
public MethodNameListenerMethodSelector()
public MethodNameListenerMethodSelector(java.lang.String s)
public boolean isListenerMethod(java.lang.reflect.Method method)
isListenerMethod in interface ListenerMethodSelectormethod - The method to testCopyright © 2013 Atlassian. All Rights Reserved.