EntityChangesPublisher

API

EntityChangesPublisher.java
interface EntityChangesPublisher {
  void publishChangingEntities(HasEnlistedEntityChanges hasEnlistedEntityChanges)     (1)
}
1 publishChangingEntities(HasEnlistedEntityChanges)

Notifies EntityChangesSubscriber s of the changed entities within an org.apache.causeway.applib.services.iactn.Interaction , calling the EntityChangesSubscriber#onChanging(EntityChanges) callback.

Members

publishChangingEntities(HasEnlistedEntityChanges)

Notifies EntityChangesSubscriber s of the changed entities within an org.apache.causeway.applib.services.iactn.Interaction , calling the EntityChangesSubscriber#onChanging(EntityChanges) callback.