Interface Approvable


public interface Approvable
Approves (the state of) an implementing instance. The state may be cleared by also implementing the Resetable interfaces's Resetable.reset() method.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Approves (the state of) an implementing instance.
  • Method Details

    • approve

      void approve()
      Approves (the state of) an implementing instance.