Interface Interceptor.Chain

  • All Implemented Interfaces:

    
    public interface Interceptor.Chain
    
                        

    Chain interface to chain up a list of interceptors.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract Context getContext() Retrieve the Application context
      abstract FRListener getListener() The listener to listen for the chain processing
      abstract void proceed(Object object) Proceed and execute the chain.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • proceed

         abstract void proceed(Object object)

        Proceed and execute the chain.

        Parameters:
        object - The chain context