Package it.tidalwave.role.ui
Interface Visible
-
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface Visible
The role of an object that can be visible or not.- Since:
- 3.2-ALPHA-7
- Author:
- Fabrizio Giudici
- Stereotype:
- Role
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isVisible()
Returns the current visibility status.
-