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