Interface SeatmapJsonObjectHandler

All Known Implementing Classes:
SeatmapJsonObjectAvailabilityHandler, SeatmapJsonObjectCSSHandler, SeatmapJsonObjectSVGHandler

public interface SeatmapJsonObjectHandler
This is used to handle the populating logic for {@link=SeatMapJSONObject}
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handle(String seatMapPath, SeatMapJSONObject seatMapJsonObject)
    This populates the seatMapJsonObject with the SVG and CSS based on the files on seatMapPath
  • Method Details

    • handle

      void handle(String seatMapPath, SeatMapJSONObject seatMapJsonObject)
      This populates the seatMapJsonObject with the SVG and CSS based on the files on seatMapPath
      Parameters:
      seatMapPath -
      seatMapJsonObject -