Errai 3.0.1-SNAPSHOT

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.
 

Method Detail

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.

Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.