AfterReturningAdvice
DynamicAfterReturningAdvice executes a callback at the weave-in point.
public function execute(joinPoint:JoinPoint, returnValue):Void
Executes the callback passing the given joinPoint and
returnValue.
joinPoint | the join point this advice was woven into |
returnValue | the result of the execution of the join point |