public interface DurabilityListener
| Modifier and Type | Method and Description | 
|---|---|
| void | afterInvocation(InvocationEvent event) | 
| void | afterInvoker(InvokerEvent event) | 
| void | beforeInvocation(InvocationEvent event) | 
| void | beforeInvoker(InvokerEvent event) | 
void beforeInvocation(InvocationEvent event)
void afterInvocation(InvocationEvent event)
void beforeInvoker(InvokerEvent event)
void afterInvoker(InvokerEvent event)
Copyright © 2004–2014 Paul Ferraro. All rights reserved.