Interface OfficeFloorIssues


  • public interface OfficeFloorIssues
    Notified of issues in construction of the OfficeFloor.
    Author:
    Daniel Sagenschneider
    • Method Detail

      • addIssue

        void addIssue​(OfficeFloorIssues.AssetType asset,
                      java.lang.String assetName,
                      java.lang.String issueDescription,
                      java.lang.Throwable cause)
        Adds an issue about an asset of the OfficeFloor.
        Parameters:
        asset - OfficeFloorIssues.AssetType.
        assetName - Name of the asset.
        issueDescription - Description of the issue.
        cause - Cause of the issue.