public class InterceptorImpl extends Object implements Interceptor
| Constructor and Description |
|---|
InterceptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
postInvoke(CallStack callStack) |
void |
preInvoke(CallStack callStack) |
public void preInvoke(CallStack callStack)
preInvoke in interface Interceptorpublic void postInvoke(CallStack callStack)
postInvoke in interface InterceptorCopyright © 2017–2020 Eclipse Foundation. All rights reserved.