org.as2lib.core.BasicClass +--org.as2lib.aop.advice.AbstractAdvice +--org.as2lib.aop.advice.AbstractBeforeAdvice +--org.as2lib.aop.advice.DynamicBeforeAdvice
BeforeAdvice
DynamicBeforeAdvice
executes a callback at the weave-in point.
captures(), getAspect(), getPointcut(), getProxy()
public function execute(joinPoint:JoinPoint, args:Array):Void
Executes the callback passing the passed joinPoint
and args
.
joinPoint | the join point the advice was woven into |
args | the arguments passed to the join point |