EntityPropertyChangePublisher
Notifies org.apache.causeway.applib.services.publishing.spi.EntityPropertyChangeSubscriber s.
API
EntityPropertyChangePublisher.java
interface EntityPropertyChangePublisher {
void publishChangedProperties() (1)
}
1 | publishChangedProperties()
Notifies org.apache.causeway.applib.services.publishing.spi.EntityPropertyChangeSubscriber s that a property of an entity has changed using the org.apache.causeway.applib.services.publishing.spi.EntityPropertyChangeSubscriber#onChanging(EntityPropertyChange) callback. |