Interface RootRequestable
- All Known Implementing Classes:
WebGui
public interface RootRequestable
A
RootRequestable can be asked if it is either a root object or a
child object.- Author:
- Silvan Wyss
-
Method Summary
-
Method Details
-
isChild
default boolean isChild()- Returns:
- true if the current
RootRequestableis a child object, false otherwise.
-
isRoot
boolean isRoot()- Returns:
- true if the current
RootRequestableis a root object, false otherwise.
-