ModelBuildingListenerpublic class AbstractModelBuildingListener extends java.lang.Object implements ModelBuildingListener
| Constructor | Description |
|---|---|
AbstractModelBuildingListener() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
buildExtensionsAssembled(ModelBuildingEvent event) |
Notifies the listener that the model has been constructed to the extent where build extensions can be processed.
|
public void buildExtensionsAssembled(ModelBuildingEvent event)
ModelBuildingListenerbuildExtensionsAssembled in interface ModelBuildingListenerevent - The details about the event.