AfterAdvice
DynamicAfterAdvice
executes a callback at the weave-in point.
public function execute(joinPoint:JoinPoint):Void
Executes the callback passing the given joinPoint
.
joinPoint | the join point this advice was woven-in |