interface ModelBuildingEventCatapult
| Modifier and Type | Field and Description |
|---|---|
static ModelBuildingEventCatapult |
BUILD_EXTENSIONS_ASSEMBLED |
| Modifier and Type | Method and Description |
|---|---|
void |
fire(ModelBuildingListener listener,
ModelBuildingEvent event)
Notifies the specified listener of the given event.
|
static final ModelBuildingEventCatapult BUILD_EXTENSIONS_ASSEMBLED
void fire(ModelBuildingListener listener, ModelBuildingEvent event)
listener - The listener to notify, must not be null.event - The event to fire, must not be null.