Interface Protectable


public interface Protectable
A Protectable can be run and can throw a Throwable.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Run the following method protected.
  • Method Details

    • protect

      void protect() throws Throwable
      Run the following method protected.
      Throws:
      Throwable