|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DomainEvent
DomainEvent defines operations on an object encapsulating a domain event. Domain event contains a name and a description, representing different characteristics of the event in the form of key-value associations.
Method Summary | |
---|---|
java.util.Map |
getEventDescription()
Obtain the event description. |
java.lang.String |
getEventName()
Obtain the name of the event. |
void |
setEventDescription(java.util.Map desc)
Set the event description. |
void |
setEventName(java.lang.String name)
Set the name of the event. |
Method Detail |
---|
java.util.Map getEventDescription()
java.lang.String getEventName()
void setEventDescription(java.util.Map desc)
desc
- Map associating key and values describing the domain event.void setEventName(java.lang.String name)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |