Schnittstelle ActivenessRequestable
public interface ActivenessRequestable
A
ActivenessRequestable
can be asked if it is active.- Version:
- 2023-07-08
- Autor:
- Silvan Wyss
-
Methodenübersicht
-
Methodendetails
-
isActive
boolean isActive()- Gibt zurück:
- true if the current
ActivenessRequestable
is active.
-
isInactive
boolean isInactive()- Gibt zurück:
- true if the current
ActivenessRequestable
is not active.
-