Interface ListenerMetaData

All Known Implementing Classes:
JobListenerMetaData, StepListenerMetaData

public interface ListenerMetaData
A common interface for listener meta data enumerations.
Since:
2.0
Author:
Dan Garrette, Mahmoud Ben Hassine
See Also:
  • Method Details

    • getMethodName

      String getMethodName()
    • getAnnotation

      Class<? extends Annotation> getAnnotation()
    • getListenerInterface

      Class<?> getListenerInterface()
    • getPropertyName

      String getPropertyName()
    • getParamTypes

      Class<?>[] getParamTypes()