public interface DomainEvent extends Serializable
DomainEvent
is a container and contains an event and the domain where the event has occurred.Modifier and Type | Method and Description |
---|---|
Domain |
getDomain()
Returns the domain where the event has occurred.
|
Event |
getEvent()
Returns the event.
|
boolean |
isUserSpecific()
An event/DomainEvent is user specific when it is only for one user and not for the complete domain.
|
boolean isUserSpecific()
Copyright © 2012. All Rights Reserved.