Interface RootRequestable

All Known Subinterfaces:
IGui<G>, IWebGui<G>
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

    Modifier and Type
    Method
    Description
    default boolean
     
    boolean
     
  • Method Details

    • isChild

      default boolean isChild()
      Returns:
      true if the current RootRequestable is a child object, false otherwise.
    • isRoot

      boolean isRoot()
      Returns:
      true if the current RootRequestable is a root object, false otherwise.