Package com.atlassian.plugin.event.impl
Interface ListenerMethodSelector
- All Known Implementing Classes:
AnnotationListenerMethodSelector,MethodNameListenerMethodSelector
public interface ListenerMethodSelector
Determines if a method on a listener is a listener method or not
-
Method Summary
Modifier and TypeMethodDescriptionbooleanisListenerMethod(Method method) Determines if the method is a listener method
-
Method Details
-
isListenerMethod
Determines if the method is a listener method- Parameters:
method- The possible listener method. Cannot be null.- Returns:
- True if this is a listener method
-