Interface ActivenessRequestable
public interface ActivenessRequestable
A
ActivenessRequestable can be asked if it is active.- Author:
- Silvan Wyss
-
Method Summary
-
Method Details
-
isActive
boolean isActive()- Returns:
- true if the current
ActivenessRequestableis active, false otherwise.
-
isInactive
boolean isInactive()- Returns:
- true if the current
ActivenessRequestableis not active, false otherwise.
-