interface EventDispatcher
events. Normally used as an adapter to other event
infrastructure such as org.springframework.context.EventAdmin. If the need arises, this interface might be
promoted and moved into Spring DM core.| Modifier and Type | Method and Description |
|---|---|
void |
afterClose(BlueprintEvent event) |
void |
afterRefresh(BlueprintEvent event) |
void |
beforeClose(BlueprintEvent event) |
void |
beforeRefresh(BlueprintEvent event) |
void |
grace(BlueprintEvent event) |
void |
refreshFailure(BlueprintEvent event) |
void |
waiting(BlueprintEvent event) |
void beforeClose(BlueprintEvent event)
void beforeRefresh(BlueprintEvent event)
void afterClose(BlueprintEvent event)
void afterRefresh(BlueprintEvent event)
void refreshFailure(BlueprintEvent event)
void waiting(BlueprintEvent event)
void grace(BlueprintEvent event)