Interface RuleCompilerListenersFactory

All Known Implementing Classes:
DefaultRuleCompilerListenersFactory

public interface RuleCompilerListenersFactory
Implementations of this interface are responsible for resolving and creating instances of listeners.
  • Method Summary

    Modifier and Type
    Method
    Description
    <T> List<T>
    getListeners(Class<T> listenerType)
    Returns instances of listeners for a specific type.
  • Method Details

    • getListeners

      <T> List<T> getListeners(Class<T> listenerType)
      Returns instances of listeners for a specific type.
      Parameters:
      listenerType - - the type of the listeners
      Returns:
      the listeners