@OpenApi
public interface SmartEventSupport
Modifier and Type | Method and Description |
---|---|
void |
registerConfig(java.lang.Class<? extends Element> aClass,
java.util.Collection<SmartListenerConfig> configs,
java.beans.PropertyChangeListener listener)
Registers smart listener configurations to the specified type objects.
|
void |
unregisterConfig(java.lang.Class<? extends Element> aClass,
java.util.Collection<SmartListenerConfig> configs,
java.beans.PropertyChangeListener listener)
Unregisters smart listener configurations from the specified type of objects.
|
@OpenApi void registerConfig(java.lang.Class<? extends Element> aClass, java.util.Collection<SmartListenerConfig> configs, java.beans.PropertyChangeListener listener)
aClass
- type of objects to that the smart listener configurations must be registered.configs
- smart listener configurations.listener
- property change listener that will receive property change events according to specified
smart listener configurations.@OpenApi void unregisterConfig(java.lang.Class<? extends Element> aClass, java.util.Collection<SmartListenerConfig> configs, java.beans.PropertyChangeListener listener)
aClass
- type of object.configs
- smart listener configurations.listener
- property change listener.