@OpenApiAll
public interface SmartListenerConfigurationProvider
| Modifier and Type | Method and Description | 
|---|---|
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. | 
@CheckForNull java.util.Map<java.lang.Class<? extends Element>,java.util.Collection<SmartListenerConfig>> getListenerConfigurations()
Element class and
 SmartListenerConfig objects. Null should
 be returned if rule implementation is interested in all model element changes.