org.jboss.errai.common.client.api.interceptor
Interface LocalCallInterceptor
- Type Parameters:
T
- type of CallContext
public interface LocalCallInterceptor
Represents an interceptor for local/synchronous method calls.
- Author:
- Christian Sadilek
Method Summary |
Object |
aroundInvoke(org.jboss.errai.common.client.api.interceptor.CallContext context)
Interposes on the execution of methods that should be intercepted. |
aroundInvoke
Object aroundInvoke(org.jboss.errai.common.client.api.interceptor.CallContext context)
- Interposes on the execution of methods that should be intercepted.
- Parameters:
context
- the call context of the intercepted method, not null.
- Returns:
- the result of the intercepted method.
Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.