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