dermi
Interface RemoteInterceptorListener
- public interface RemoteInterceptorListener
Interface for subscribing to interception events
- Author:
- Carles Pairot , Ruben Mondejar
Method Summary |
void |
interceptorEventArrived(java.util.Hashtable evt,
java.util.ArrayList interceptors)
This method is the standard callback provided for distributed interception events. |
interceptorEventArrived
void interceptorEventArrived(java.util.Hashtable evt,
java.util.ArrayList interceptors)
throws RemoteException
- This method is the standard callback provided for distributed interception events.
- Parameters:
evt
- Hashtable Event datainterceptors
- ArrayList interceptors yet to be traversed
- Throws:
RemoteException
- If the method to be intercepted is not recognized