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
 boolean isListenerMethod(java.lang.reflect.Method method)
          Determines if the method is a listener method
 

Method Detail

isListenerMethod

boolean isListenerMethod(java.lang.reflect.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


Copyright © 2012 Atlassian. All Rights Reserved.