Interface Approver

All Superinterfaces:
Consumer<String>
All Known Implementing Classes:
FileApprover, InplaceApprover

public interface Approver extends Consumer<String>
A Consumer that verifies a printed value and (optionally) stores the value in some fashion if approved for a later execution.