Package org.jmolecules.event.types
Interface DomainEvent
public interface DomainEvent
A domain event is a full-fledged part of the domain model, a representation of something that happened in the
domain. It allows making the events that the domain experts want to track or be notified of explicit, or which are
associated with state change in the other model objects.
- See Also: