Interface AssemblyAware

All Known Implementing Classes:
Board, UpdatableBoard

public interface AssemblyAware
Interface for objects that are directly linked to an Assembly object. This allows the object to display standard data in Handle endpoints.
Since:
1
Version:
1
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the associated assembly.
    default String
    Returns the associated assembly name.
  • Method Details

    • getAssembly

      Assembly getAssembly()
      Returns the associated assembly.
      Since:
      1
    • getAssemblyName

      default String getAssemblyName()
      Returns the associated assembly name.
      Since:
      1