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.
Author:
Christian Stettler, Henning Schwentner, Stephan Pirnbaum, Martin Schimak, Oliver Drotbohm
See Also:
Domain-Driven Design Reference (Evans) - Domain Events