public class RequirementModificationEventPublisherAspect extends AbstractRequirementEventPublisher
Is it a build-time weaved aspect and should not be handled at runtime by Spring.
| Constructor and Description |
|---|
RequirementModificationEventPublisherAspect() |
| Modifier and Type | Method and Description |
|---|---|
void |
listenLargeRequirementModification(org.aspectj.lang.ProceedingJoinPoint joinPoint,
RequirementVersion req,
Object newValue)
Advises setters of a Requirement and raises an modification event after
the setter is used to change the requirement's state.
|
void |
listenRequirementModification(org.aspectj.lang.ProceedingJoinPoint joinPoint,
RequirementVersion req,
Object newValue)
Advises setters of a Requirement and raises a modification event after
the setter is used to change the requirement's state.
|
aspectIsEnabled, currentUser, publish, setAuditorpublic RequirementModificationEventPublisherAspect()
public void listenRequirementModification(org.aspectj.lang.ProceedingJoinPoint joinPoint,
RequirementVersion req,
Object newValue)
throws Throwable
Throwablepublic void listenLargeRequirementModification(org.aspectj.lang.ProceedingJoinPoint joinPoint,
RequirementVersion req,
Object newValue)
throws Throwable
ThrowableCopyright © 2010–2016 Henix, henix.fr. All rights reserved.