Interface AbstractViewerService.ViewerTreatment<R>

  • Enclosing class:
    AbstractViewerService

    protected static interface AbstractViewerService.ViewerTreatment<R>
    • Method Detail

      • execute

        R execute()
      • performAfterSuccess

        default R performAfterSuccess​(R result)
        This method is called after a successful execution of execute() method.
        Parameters:
        result - the result obtained with execute().
        Returns:
        the result.