Interface WriterExecuteBeforeEveryOperation


public interface WriterExecuteBeforeEveryOperation
Interface for classes with a method that should be called before every outputting write operation.
Author:
Owen Feehan
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    To be called before every operation.
  • Method Details

    • execute

      void execute()
      To be called before every operation.