Package com.groiss.component
Interface PropertiesChangeListener
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Implement this interface if you want to be notified if configuration changes.
Register in configuration with addProperitesChangeListener.
-
Method Summary
-
Method Details
-
propertiesChange
Properties have changed.- Parameters:
events
- key is property name, pair contains old and new value.
-