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 TypeMethodDescriptionReturns the associated assembly.default StringReturns the associated assembly name.
-
Method Details
-
getAssembly
Assembly getAssembly()Returns the associated assembly.- Since:
- 1
-
getAssemblyName
Returns the associated assembly name.- Since:
- 1
-