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
-
Method Details
-
execute
void execute()To be called before every operation.
-