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 Type
    Method
    Description
    boolean
    Determines if the method is a listener method
  • Method Details

    • isListenerMethod

      boolean isListenerMethod(Method method)
      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