public abstract class DomainObjectActionEvent<E extends DomainObject<?,?,?>,WB extends DomainObjectModification.DomainObjectModificationBuilder<?,?,?,E,?,?,WB>> extends EntityActionEvent<E,WB>
Modifier and Type | Class and Description |
---|---|
static class |
DomainObjectActionEvent.Type |
source
Modifier | Constructor and Description |
---|---|
protected |
DomainObjectActionEvent(Object source,
EntityActionEvent.Type eventType,
E oldValue,
E newValue,
WB modificationBuilder,
long creationTimestamp,
String description,
Registry serviceRegistry) |
Modifier and Type | Method and Description |
---|---|
boolean |
isVariableDeletionEvent()
Returns whether the event deletes at least one variable.
|
getCreationTimestamp, getDescription, getEventType, getModificationBuilder, getNewValue, getOldValue, getServiceRegistry, getSource, isCreationEvent, isDeletionEvent, toString
public boolean isVariableDeletionEvent()
EntityActionEvent.getEventType()
,
DomainObjectActionEvent.Type.VARIABLES_UPDATED
Copyright © 2010 - 2018 edorasware ag. All Rights Reserved.