public interface

ListenerMethodSelector

com.atlassian.plugin.event.impl.ListenerMethodSelector
Known Indirect Subclasses

Class Overview

Determines if a method on a listener is a listener method or not

Summary

Public Methods
boolean isListenerMethod(Method method)
Determines if the method is a listener method

Public Methods

public 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