Interface SmartListenerConfigProvider

    • Method Detail

      • getListenerConfigurations

        @CheckForNull
        java.util.Map<java.lang.Class<? extends Element>,​java.util.Collection<SmartListenerConfig>> getListenerConfigurations()
        Implementation of the method should return a map of classes derived from Element class and SmartListenerConfig objects.
        Returns:
        map of listener configurations by element class type