Interface ActivenessRequestable


public interface ActivenessRequestable
A ActivenessRequestable can be asked if it is active.
Author:
Silvan Wyss
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    boolean
     
  • Method Details

    • isActive

      boolean isActive()
      Returns:
      true if the current ActivenessRequestable is active, false otherwise.
    • isInactive

      boolean isInactive()
      Returns:
      true if the current ActivenessRequestable is not active, false otherwise.