Interface OperationObserver<T extends java.lang.Enum<T>>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void begin()
      Called immediately prior to the operation beginning.
      void end​(T result)
      Called immediately after the operation completes with no interesting parameters, and with the same thread the called {begin()} before.
    • Method Detail

      • begin

        void begin()
        Called immediately prior to the operation beginning.
      • end

        void end​(T result)
        Called immediately after the operation completes with no interesting parameters, and with the same thread the called {begin()} before.
        Parameters:
        result - the operation result