Interface ModelBuildingListener
- All Known Implementing Classes:
DefaultModelBuildingListener
public interface ModelBuildingListener
Defines events that the model builder fires during construction of the effective model. When a listener encounters
errors while processing the event, it can report these problems via
ModelBuildingEvent.problems()
.-
Method Summary
Modifier and TypeMethodDescriptiondefault void
Notifies the listener that the model has been constructed to the extent where build extensions can be processed.
-
Method Details
-
buildExtensionsAssembled
Notifies the listener that the model has been constructed to the extent where build extensions can be processed.- Parameters:
event
- The details about the event.
-