org.as2lib.core.BasicClass +--org.as2lib.aop.advice.AbstractAdvice +--org.as2lib.aop.advice.AbstractAfterAdvice +--org.as2lib.aop.advice.DynamicAfterAdvice
AfterAdvice
DynamicAfterAdvice
executes a callback at the weave-in point.
captures(), getAspect(), getPointcut(), getProxy()
public function execute(joinPoint:JoinPoint):Void
Executes the callback passing the given joinPoint
.
joinPoint | the join point this advice was woven-in |