public class SpringStageCompletedEvent
extends org.springframework.context.ApplicationEvent
implements io.flamingock.internal.core.event.model.IPipelineCompletedEvent
| Constructor and Description |
|---|
SpringStageCompletedEvent(java.lang.Object source,
io.flamingock.internal.core.event.model.IStageCompletedEvent event)
Create a new
ApplicationEvent. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
public SpringStageCompletedEvent(java.lang.Object source,
io.flamingock.internal.core.event.model.IStageCompletedEvent event)
ApplicationEvent.source - the object on which the event initially occurred or with
which the event is associated (never null)