-
- All Implemented Interfaces:
public interface Interceptor.ChainChain interface to chain up a list of interceptors.
-
-
Method Summary
Modifier and Type Method Description abstract ContextgetContext()Retrieve the Application context abstract FRListenergetListener()The listener to listen for the chain processing abstract voidproceed(Object object)Proceed and execute the chain. -
-
Method Detail
-
getContext
abstract Context getContext()
Retrieve the Application context
-
getListener
abstract FRListener getListener()
The listener to listen for the chain processing
-
-
-
-