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