Interface ModelBuildingEvent
public interface ModelBuildingEvent
Holds data relevant for a model building event.
-
Method Details
-
model
Model model()Gets the model being built. The precise state of this model depends on the event being fired.- Returns:
- The model being built, never
null
.
-
update
-
request
ModelBuilderRequest request()Gets the model building request being processed.- Returns:
- The model building request being processed, never
null
.
-
problems
ModelProblemCollector problems()Gets the container used to collect problems that were encountered while processing the event.- Returns:
- The container used to collect problems that were encountered, never
null
.
-