public interface ConfigurableChangeListener
| Modifier and Type | Method and Description |
|---|---|
void |
onConfigurableChange(java.util.Map<Configurable,java.lang.Object> newValueMap)
The map contains the user-selected parameter values.
|
void onConfigurableChange(java.util.Map<Configurable,java.lang.Object> newValueMap) throws JFException
JFException must be thrown.newValueMap - contains the user-selected parameter valuesJFException - if parameter changes should be rejectedCopyright © 2025. All rights reserved.