Interface PropertyChangeListener<T,K>
public interface PropertyChangeListener<T,K>
Event callback interface, invoked when a property changed its value
-
Method Summary
Modifier and TypeMethodDescriptionvoidEvent callback for the property change event
-
Method Details
-
propertyChanged
Event callback for the property change event
Parameters
p: the property
-