X
- the context object, passed between pre an post invoke methodT
- the type of the proxied targetpublic abstract class AbstractAroundInvocationHandler<X,T> extends AroundInvocationHandler<X,T>
AroundInvocationHandler.Invocation, AroundInvocationHandler.PostInvoke<C>, AroundInvocationHandler.PreInvoke<C>
Constructor and Description |
---|
AbstractAroundInvocationHandler(T proxied)
Constructor for AbstractAroundInvocationHandler.
|
Modifier and Type | Method and Description |
---|---|
protected abstract void |
postInvoke(AroundInvocationHandler.Invocation invocation,
X context)
postInvoke.
|
protected abstract X |
preInvoke(AroundInvocationHandler.Invocation invocation)
preInvoke.
|
invoke
public AbstractAroundInvocationHandler(T proxied)
Constructor for AbstractAroundInvocationHandler.
proxied
- a T object.protected abstract X preInvoke(AroundInvocationHandler.Invocation invocation)
preInvoke.
invocation
- a Invocation object.protected abstract void postInvoke(AroundInvocationHandler.Invocation invocation, X context)
postInvoke.
invocation
- a Invocation object.context
- a X object.Copyright © 2018 earcam. All rights reserved.