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 TypeMethodDescriptionvoidhandle(String seatMapPath, SeatMapJSONObject seatMapJsonObject) This populates the seatMapJsonObject with the SVG and CSS based on the files on seatMapPath
-
Method Details
-
handle
This populates the seatMapJsonObject with the SVG and CSS based on the files on seatMapPath- Parameters:
seatMapPath-seatMapJsonObject-
-