org.granite.client.tide.server
Interface InvocationInterceptor


public interface InvocationInterceptor

Author:
William DRAI

Method Summary
 void beforeInvocation(Context ctx, Component component, String operation, Object[] args, ComponentListener<?> componentResponder)
           
 

Method Detail

beforeInvocation

void beforeInvocation(Context ctx,
                      Component component,
                      String operation,
                      Object[] args,
                      ComponentListener<?> componentResponder)