Interface BooleanHook


public interface BooleanHook
Encapsulates a bit of information that can be represented as a boolean.
Since:
5.4
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Evaluates the hook and returns its value.
  • Method Details

    • checkHook

      boolean checkHook()
      Evaluates the hook and returns its value.