public interface ModelBuildingListener
ModelBuildingEvent.getProblems()
.
Note: To cope with future extensions to this interface, it is strongly recommended to extend
AbstractModelBuildingListener
rather than to directly implement this interface.Modifier and Type | Method and Description |
---|---|
void |
buildExtensionsAssembled(ModelBuildingEvent event)
Notifies the listener that the model has been constructed to the extent where build extensions can be processed.
|
void buildExtensionsAssembled(ModelBuildingEvent event)
event
- The details about the event.Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.