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.0
- Version:
- 2023-01-20
-
Method Summary
Modifier and TypeMethodDescriptionReturns the associated assembly.default String
Returns the associated assembly name.
-
Method Details
-
getAssembly
Assembly getAssembly()Returns the associated assembly. -
getAssemblyName
Returns the associated assembly name.
-