Interface EnablingRequestable


public interface EnablingRequestable
A EnablingRequestable can be asked if it is enabled or disabled.
Author:
Silvan Wyss
  • Method Summary

    Modifier and Type
    Method
    Description
    default boolean
     
    boolean
     
  • Method Details

    • isDisabled

      default boolean isDisabled()
      Returns:
      true if the current EnablingRequestable is disabled, false otherwise.
    • isEnabled

      boolean isEnabled()
      Returns:
      true if the current EnablingRequestable is enabled, false otherwise.